1
0
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:
Andrew Karpow
2014-01-17 16:26:26 +01:00
parent 5f613a878e
commit fc1d7c1242
9 changed files with 93 additions and 184 deletions

View File

@@ -46,7 +46,7 @@
this.$note.html(this.options.message);
if(this.options.closable)
var link = $('<a class="close pull-right" href="#">&times;</a>');
var link = $('<a class="close pull-right" href="#">&nbsp;&times;</a>');
$(link).on('click', $.proxy(onClose, this));
this.$note.prepend(link);