瀏覽代碼

#615 remove original hash

Shinsuke Sugaya 9 年之前
父節點
當前提交
a523b286c5
共有 1 個文件被更改,包括 0 次插入1 次删除
  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);
 			buf.push('&hash=');
 			buf.push(encodeURIComponent(hashStr));
-			buf.push(hashStr);
 		}
 
 		$(this).attr('href', buf.join(''));