global clash fix
This commit is contained in:
+2
-2
@@ -217,8 +217,8 @@ class Notification
|
||||
#insert
|
||||
insertCSS style
|
||||
|
||||
loadHTML: (style) ->
|
||||
style = @getStyle(name)
|
||||
loadHTML: ->
|
||||
style = @getStyle()
|
||||
@userContainer = $(style.html)
|
||||
@text = @userContainer.find '[data-notify=text]'
|
||||
if @text.length is 0
|
||||
|
||||
Reference in New Issue
Block a user