Browse Source

Remove console.log

pull/238/head
Christine Ho 9 years ago
parent
commit
3d9d959cd6
  1. 2
      app/widgets/Notification/notification.js

2
app/widgets/Notification/notification.js

@ -23,7 +23,7 @@ var Notification = {
},
sec*1000);
},
refresh : function(keys) {console.log(keys);
refresh : function(keys) {
var counters = document.querySelectorAll('.counter');
for(i = 0; i < counters.length; i++) {
var n = counters[i];

Loading…
Cancel
Save