Closed (fixed)
Project:
jQuery Mobile module
Version:
7.x-2.x-dev
Component:
Documentation
Priority:
Normal
Category:
Task
Assigned:
Unassigned
Reporter:
Created:
12 Apr 2012 at 18:05 UTC
Updated:
12 Apr 2012 at 18:50 UTC
Under usage the code that one should copy into their settings.php is missing the closing quote. It should look like this:
$conf['jquerymobile_front'] = 0;
$conf['jquerymobile_ns'] = '';
$conf['jquerymobile_autoInitializePage'] = '';
$conf['jquerymobile_subPageUrlKey'] = '';
$conf['jquerymobile_activePageClass'] = '';
$conf['jquerymobile_activeBtnClass'] = '';
$conf['jquerymobile_ajaxEnabled'] = '';
$conf['jquerymobile_hashListeningEnabled'] = '';
$conf['jquerymobile_defaultPageTransition'] = '';
$conf['jquerymobile_defaultDialogTransition'] = '';
$conf['jquerymobile_minScrollBack'] = '';
$conf['jquerymobile_loadingMessage'] = '';
$conf['jquerymobile_pageLoadErrorMessage'] = '';
Comments
Comment #1
jasonsavino commentedThank you. Also, the variables in the readme are no longer valid, the readme.txt has been updated