diff --git a/index.html b/index.html
index 08aa527..f070518 100644
--- a/index.html
+++ b/index.html
@@ -77,6 +77,9 @@
}
(function(){
+ if(location.search.length){
+ location.search = '';
+ }
if(location.hash.length > 20 ){
var data = decodeURIComponent( location.hash.slice(1) ).split(';');