thomascube
2011-07-18 8c37422b4768615c9f5008c404d4a034f13aa1a1
Only load contacts list in main view

1 files modified
3 ■■■■ changed files
program/js/app.js 3 ●●●● patch | view | raw | blame | history
program/js/app.js
@@ -340,7 +340,8 @@
        this.enable_command('list', 'listgroup', 'advanced-search', true);
        
        // load contacts of selected source
        this.command('list', this.env.source);
        if (!this.env.action)
          this.command('list', this.env.source);
        break;