Other than delete, don't flag until we get confirmation from server
authorMichael M Slusarz <slusarz@curecanti.org>
Fri, 17 Dec 2010 09:15:05 +0000 (02:15 -0700)
committerMichael M Slusarz <slusarz@curecanti.org>
Fri, 17 Dec 2010 09:17:39 +0000 (02:17 -0700)
imp/js/dimpbase.js

index 369f256..b2abcff 100644 (file)
@@ -2934,8 +2934,6 @@ var DimpBase = {
             return;
         }
 
-        this.updateFlag(vs, flag, add);
-
         DimpCore.doAction('flagMessages', this.viewport.addRequestParams({
             add: Number(add),
             flags: Object.toJSON([ flag ]),