Spaces:
Running
Running
Mattthew commited on
Commit ·
d228aa5
1
Parent(s): a4898fa
fix bug is last update
Browse filesforgot to remove testing code
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 |
|