ThinkUpLLC / ThinkUp

ThinkUp gives you insights into your social networking activity on Twitter, Facebook, Instagram, and beyond.

Home Page:http://thinkup.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Save settings button in Admin Dashboard doesn't work

karan173 opened this issue · comments

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.