##// END OF EJS Templates
notifications: fixing bug w/spinner in toggle
lisaq -
r729:3d4c2903 default
parent child Browse files
Show More
@@ -50,7 +50,7 b''
50 ajax.generateRequest();
50 ajax.generateRequest();
51 };
51 };
52 ctrlr.handleNotifications = function(event){
52 ctrlr.handleNotifications = function(event){
53 $('#live-notifications')[0].active = event.detail.response;
53 $('#live-notifications')[0].checked = event.detail.response;
54 };
54 };
55
55
56 function checkBrowserStatus(){
56 function checkBrowserStatus(){
General Comments 0
You need to be logged in to leave comments. Login now