watch.js: fix previous commit
This commit is contained in:
parent
095378a98f
commit
cf0c7c86ad
@ -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…
Reference in New Issue
Block a user