ThinkUpLLC / ThinkUp

ThinkUp gives you insights into your social networking activity on Twitter, Facebook, Instagram, and beyond.
http://thinkup.com
GNU General Public License v3.0
3.3k stars 674 forks source link

Save settings button in Admin Dashboard doesn't work #2211

Closed karan173 closed 9 years ago

karan173 commented 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

$(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.