From: Michael M Slusarz Date: Wed, 8 Sep 2010 05:17:28 +0000 (-0600) Subject: Catch a click on folder while in it to add Hash info X-Git-Url: https://git.internetallee.de/?a=commitdiff_plain;h=d53c90b78db6f6bd5d2976e3545b8d38b609bd72;p=horde.git Catch a click on folder while in it to add Hash info --- diff --git a/imp/js/dimpbase.js b/imp/js/dimpbase.js index 31d6e7e43..060749e9e 100644 --- a/imp/js/dimpbase.js +++ b/imp/js/dimpbase.js @@ -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);