1
0
mirror of https://github.com/vichan-devel/vichan.git synced 2025-02-20 20:51:50 +01:00

watch.js: fix previous commit

This commit is contained in:
czaks 2013-12-29 02:29:53 +01:00
parent 961c3dc2c4
commit e2acb59179

View File

@ -1,6 +1,9 @@
$(function(){
// 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 = {};