Alerts close button

This commit is contained in:
Jiiks 2015-12-23 10:58:49 +02:00
parent 806979ee41
commit 8f3b498922
1 changed files with 1 additions and 1 deletions

View File

@ -367,7 +367,7 @@ Core.prototype.alert = function(title, text) {
'<div class="bd-alert">' +
' <div class="bd-alert-header">' +
' <span>'+title+'</span>' +
' <div class="bd-alert-closebtn">×</div>' +
' <div class="bd-alert-closebtn" onclick="$(this).parent().parent().remove();">×</div>' +
' </div>' +
' <div class="bd-alert-body">' +
' <div class="scroller-wrap dark fade">' +