first evented steps

This commit is contained in:
2012-11-27 15:31:31 +01:00
parent e65dc584a4
commit 3da9dc68d7
9 changed files with 53 additions and 24 deletions
+2 -1
View File
@@ -9,6 +9,7 @@
- content_for :footer do
javascript:
$(function(){
Quser.watch_events();
Quser.home_loader();
setInterval("Quser.home_loader()", 7500);
//setInterval("Quser.home_loader()", 7500);
});