mirror of
https://github.com/owncloudarchive/contacts.git
synced 2024-11-29 11:24:11 +01:00
Contacts: inline notifier
This commit is contained in:
parent
8660371577
commit
0a3c157f1c
@ -133,7 +133,7 @@ OC.notify = function(params) {
|
||||
return;
|
||||
}
|
||||
self.notifier.text(params.message);
|
||||
self.notifier.fadeIn();
|
||||
self.notifier.fadeIn().css('display', 'inline');
|
||||
self.notifier.on('click', function() { $(this).fadeOut();});
|
||||
var timer = setTimeout(function() {
|
||||
/*if(!self || !self.notifier) {
|
||||
|
Loading…
Reference in New Issue
Block a user