remove "..." from notifications
This commit is contained in:
parent
2847f4da7e
commit
65041f9d70
File diff suppressed because one or more lines are too long
|
@ -63,7 +63,7 @@ notification = function(options) {
|
||||||
}
|
}
|
||||||
|
|
||||||
var defaults = {
|
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);
|
options = $.extend({}, defaults, options);
|
||||||
|
|
Loading…
Reference in New Issue