Aleksander Machniak
2012-08-24 4d1515cb0b43117792a37c03a6ca35ea3ab65eee
Fix javascript error on Reply-List action
1 files modified
2 ■■■ changed files
program/js/app.js 2 ●●● patch | view | raw | blame | history
program/js/app.js
@@ -976,7 +976,7 @@
            // do reply-list, when list is detected and popup menu wasn't used 
            url._all = (!props && this.commands['reply-list'] ? 'list' : 'all');
          else if (command == 'reply-list')
            url._all = list;
            url._all = 'list';
          this.goto_url('compose', url, true);
        }