Mattthew commited on
Commit
d228aa5
1 Parent(s): a4898fa

fix bug is last update

Browse files

forgot to remove testing code

Files changed (1) hide show
  1. index.js +0 -1
index.js CHANGED
@@ -43,7 +43,6 @@ function startUp() {
43
  showHideLowCountTags();
44
  makeStyleRuleForDrag();
45
  teasePartition();
46
- localStorageAccess = false;
47
  alertNoLocalStorage(2000);
48
  }
49
 
 
43
  showHideLowCountTags();
44
  makeStyleRuleForDrag();
45
  teasePartition();
 
46
  alertNoLocalStorage(2000);
47
  }
48