This commit is contained in:
Jaime Pillora
2014-06-29 01:05:13 +10:00
parent 2f88823b00
commit 3e98e714c6
2 changed files with 12 additions and 7 deletions
+4 -1
View File
@@ -59,7 +59,10 @@ App.codeRunner = ->
$(document).on 'click', '.notifyjs-gswg-base button', ->
$(this).trigger('notify-hide')
$.notify("http://gswg.io", {position:'b r', style: 'gswg', autoHide: false, clickToHide: false})
setTimeout ->
$.notify("http://gswg.io", {position:'b r', style: 'gswg', autoHide: false, clickToHide: false})
, 15*1000