Commit 4cac937b authored by nanahira's avatar nanahira

fix

parent d377d2af
...@@ -1774,6 +1774,8 @@ ...@@ -1774,6 +1774,8 @@
if (settings.modules.tips.get) { if (settings.modules.tips.get) {
load_tips(); load_tips();
}
if (settings.modules.tips.enabled) {
setInterval(function() { setInterval(function() {
var j, len, room; var j, len, room;
for (j = 0, len = ROOM_all.length; j < len; j++) { for (j = 0, len = ROOM_all.length; j < len; j++) {
...@@ -1786,6 +1788,7 @@ ...@@ -1786,6 +1788,7 @@
} }
}, 30000); }, 30000);
} }
var music_list = {}; var music_list = {};
var music_list_rev = {}; var music_list_rev = {};
var music_count = 0; var music_count = 0;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment