Browse Source

fix stopversion

schtonn 2 years ago
parent
commit
29aa5d0ea4
1 changed files with 1 additions and 0 deletions
  1. 1 0
      js/paint.js

+ 1 - 0
js/paint.js

@@ -123,6 +123,7 @@ function getMap() {
                 console.log('Found no data!')
                 curVer = result.length - 1;
                 stopVer = result.length - 1;
+                working = false;
                 getMap()
             }
             working = false;