... | ... |
@@ -25,10 +25,12 @@ class Xmpp.Views.Popup.PopupView extends Backbone.View |
25 | 25 |
thisView.delegateEvents() |
26 | 26 |
|
27 | 27 |
$(@el).append(@superTemplate(inside: childHtml, class: @className)) |
28 |
+ $('.inactive-layer').fadeIn(50) |
|
28 | 29 |
|
29 | 30 |
close: (e) -> |
30 | 31 |
e.preventDefault() |
31 | 32 |
@remove(e) |
33 |
+ $('.inactive-layer').fadeOut(50) |
|
32 | 34 |
|
33 | 35 |
remove: (e) -> |
34 | 36 |
@stopListening() |