Explorar el Código

fix clear pattern

Tuan Nguyen hace 1 año
padre
commit
83c91ae7b3
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      static/js/main.js

+ 1 - 1
static/js/main.js

@@ -518,7 +518,7 @@ async function runClearOut() {
 }
 
 async function runClearSide() {
-    await runFile('side_wiper.thr');
+    await runFile('clear_sideway.thr');
 }
 
 let scrollPosition = 0;