mirror of
https://github.com/SuperBFG7/ympd
synced 2025-11-13 11:47:12 +00:00
fixup table layout, notifications
This commit is contained in:
2
htdocs/js/bootstrap-notify.js
vendored
2
htdocs/js/bootstrap-notify.js
vendored
@@ -46,7 +46,7 @@
|
||||
this.$note.html(this.options.message);
|
||||
|
||||
if(this.options.closable)
|
||||
var link = $('<a class="close pull-right" href="#">×</a>');
|
||||
var link = $('<a class="close pull-right" href="#"> ×</a>');
|
||||
$(link).on('click', $.proxy(onClose, this));
|
||||
this.$note.prepend(link);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user