wall login in progress

This commit is contained in:
gitlabhq 2011-11-04 09:37:38 -04:00
parent 687290a00d
commit ca1e3d0579
10 changed files with 110 additions and 74 deletions

View file

@ -20,8 +20,8 @@
$("#submit_note").removeAttr("disabled");
})
- if ["issues", "projects"].include?(controller.controller_name)
-#- if ["issues", "projects"].include?(controller.controller_name)
:javascript
$(function(){
var int =self.setInterval("updatePage()", 20000);
var int =self.setInterval("updatePage('ref=#{params[:ref]}')", 20000);
});