Catch a click on folder while in it to add Hash info
authorMichael M Slusarz <slusarz@curecanti.org>
Wed, 8 Sep 2010 05:17:28 +0000 (23:17 -0600)
committerMichael M Slusarz <slusarz@curecanti.org>
Wed, 8 Sep 2010 05:17:28 +0000 (23:17 -0600)
imp/js/dimpbase.js

index 31d6e7e..060749e 100644 (file)
@@ -191,6 +191,8 @@ var DimpBase = {
                 if (!Object.isUndefined(this.folder) && !this.search) {
                     this.setHash(loc);
                 }
+            } else if (this.folder == f) {
+                this.setHash(loc);
             }
 
             this.loadMailbox(f);