Parcourir la source

#615 remove original hash

Shinsuke Sugaya il y a 9 ans
Parent
commit
a523b286c5
1 fichiers modifiés avec 0 ajouts et 1 suppressions
  1. 0 1
      src/main/webapp/js/search.js

+ 0 - 1
src/main/webapp/js/search.js

@@ -48,7 +48,6 @@ $(function() {
 			var hashStr = url.substring(hashIndex);
 			var hashStr = url.substring(hashIndex);
 			buf.push('&hash=');
 			buf.push('&hash=');
 			buf.push(encodeURIComponent(hashStr));
 			buf.push(encodeURIComponent(hashStr));
-			buf.push(hashStr);
 		}
 		}
 
 
 		$(this).attr('href', buf.join(''));
 		$(this).attr('href', buf.join(''));