summaryrefslogtreecommitdiff
path: root/frontend/gamma/js/main.js
Side-by-side diff
Diffstat (limited to 'frontend/gamma/js/main.js') (more/less context) (show whitespace changes)
-rw-r--r--frontend/gamma/js/main.js6
1 files changed, 3 insertions, 3 deletions
diff --git a/frontend/gamma/js/main.js b/frontend/gamma/js/main.js
index a9fd65e..934b325 100644
--- a/frontend/gamma/js/main.js
+++ b/frontend/gamma/js/main.js
@@ -82,9 +82,9 @@ function run() {
Clipperz.PM.RunTime.mainController.run(shouldShowRegistrationForm);
//Clipperz.log("HASH: " + window.location.hash);
-if (window.location.hash != "") {
- window.location.hash = ""
-}
+// if (window.location.hash != "") {
+// window.location.hash = ""
+// }
//Clipperz.log("HASH cleaned");
// #credentials=base64encoded({username:'joe', passphrase:'clipperz'})
// MochiKit.Signal.signal(Clipperz.Signal.NotificationCenter, 'doLogin', {username:'joe', passphrase:'clipperz'});