From 9ec29762c2890377215237f4375cd6607fe3592d Mon Sep 17 00:00:00 2001 From: rolux Date: Tue, 19 Feb 2013 17:12:47 +0530 Subject: [PATCH] fix URL controller --- static/js/pandora/URL.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/static/js/pandora/URL.js b/static/js/pandora/URL.js index c96514f2..0e27686c 100644 --- a/static/js/pandora/URL.js +++ b/static/js/pandora/URL.js @@ -93,7 +93,7 @@ pandora.URL = (function() { } } } else { - set.hash = {}; + set.hash = null; } if (state.page) {