mirror of
https://github.com/filebrowser/filebrowser.git
synced 2024-06-07 23:00:43 +00:00
remove "..." from notifications
This commit is contained in:
parent
2847f4da7e
commit
65041f9d70
2
assets/js/app.min.js
vendored
2
assets/js/app.min.js
vendored
File diff suppressed because one or more lines are too long
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user