Closed karan173 closed 9 years ago
The Save Settings button on the Configure Your account page at the url - 'account/?m=manage' doesn't work. The error is in _appconfig.js_ The current code in the init() method is
init()
$(document).ready(function() { if (tu_app_settings.DEBUG) { console.debug("app settings tab selected"); } tu_app_settings.load_settings(); });
This can be corrected by moving the tu_app_settings.load_settings(); call outside.
tu_app_settings.load_settings();
The Save Settings button on the Configure Your account page at the url - 'account/?m=manage' doesn't work. The error is in _appconfig.js_ The current code in the
init()
method isThis can be corrected by moving the
tu_app_settings.load_settings();
call outside.