remove "..." from notifications

This commit is contained in:
Henrique Dias 2015-09-16 19:36:21 +01:00
parent 2847f4da7e
commit 65041f9d70
2 changed files with 2 additions and 2 deletions

File diff suppressed because one or more lines are too long

View File

@ -63,7 +63,7 @@ notification = function(options) {
}
var defaults = {
template: '<div class="noty_message"><span class="noty_icon">' + icon + '</span><span class="noty_text"></span>...<div class="noty_close"></div></div>'
template: '<div class="noty_message"><span class="noty_icon">' + icon + '</span><span class="noty_text"></span><div class="noty_close"></div></div>'
}
options = $.extend({}, defaults, options);