forked from leftypol/leftypol
watch.js: fix previous commit
This commit is contained in:
parent
095378a98f
commit
cf0c7c86ad
1 changed files with 4 additions and 1 deletions
|
@ -1,6 +1,9 @@
|
||||||
$(function(){
|
$(function(){
|
||||||
// migrate from old name
|
// migrate from old name
|
||||||
if (typeof localStorage.watch == "string") { localStorage.watch_js = localStorage.watch; }
|
if (typeof localStorage.watch == "string") {
|
||||||
|
localStorage.watch_js = localStorage.watch;
|
||||||
|
delete localStorage.watch;
|
||||||
|
}
|
||||||
|
|
||||||
var status = {};
|
var status = {};
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue