Merge branch 'fix/smartbanner' into develop
This commit is contained in:
commit
c80e60272c
@ -91,8 +91,8 @@
|
||||
}
|
||||
|
||||
, listen: function () {
|
||||
$('#smartbanner .sb-close').on('click',$.proxy(this.close, this))
|
||||
$('#smartbanner .sb-button').on('click',$.proxy(this.install, this))
|
||||
$('#smartbanner .sb-close').bind('click',$.proxy(this.close, this))
|
||||
$('#smartbanner .sb-button').bind('click',$.proxy(this.install, this))
|
||||
}
|
||||
|
||||
, show: function(callback) {
|
||||
|
Loading…
Reference in New Issue
Block a user