Ver código fonte

fix clear pattern

Tuan Nguyen 1 ano atrás
pai
commit
83c91ae7b3
1 arquivos alterados com 1 adições e 1 exclusões
  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;