Merge branch 'fix/smartbanner' into develop

This commit is contained in:
David 2017-12-18 12:46:47 +01:00
commit c80e60272c

View File

@ -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) {