Fixed jquery compatibility

This commit is contained in:
David 2017-12-18 12:09:50 +01:00
parent 19a7b71030
commit 3355f94386

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