fix #2128
This commit is contained in:
parent
145fb18042
commit
a83a5aa900
1 changed files with 1 additions and 1 deletions
|
@ -349,7 +349,7 @@ OC.Notification={
|
||||||
},
|
},
|
||||||
show: function(text) {
|
show: function(text) {
|
||||||
if(($('#notification').filter('span.undo').length == 1) || OC.Notification.isHidden()){
|
if(($('#notification').filter('span.undo').length == 1) || OC.Notification.isHidden()){
|
||||||
$('#notification').html(html);
|
$('#notification').html(text);
|
||||||
$('#notification').fadeIn().css("display","inline");
|
$('#notification').fadeIn().css("display","inline");
|
||||||
}else{
|
}else{
|
||||||
OC.Notification.queuedNotifications.push($(text).html());
|
OC.Notification.queuedNotifications.push($(text).html());
|
||||||
|
|
Loading…
Reference in a new issue