소스 검색

Fixed minor issue

tobychui 2 년 전
부모
커밋
8c6a07ec9b
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      web/Music/index.html

+ 1 - 1
web/Music/index.html

@@ -2764,7 +2764,7 @@
     window.history.pushState({}, '');
 
 	//Clear expired cache
-	clearExpiredCache();
+	
 </script>
 </body>
 </html>