update messages fix
This commit is contained in:
parent
28bb342f96
commit
39489278ec
@ -126,7 +126,7 @@ erpnext.desktop.show_pending_notifications = function() {
|
||||
add_circle('todo', 'things_todo', 'Things To Do');
|
||||
add_circle('calendar', 'todays_events', 'Todays Events');
|
||||
|
||||
update_messages();
|
||||
erpnext.update_messages();
|
||||
|
||||
}
|
||||
|
||||
|
@ -19,7 +19,7 @@ wn.provide('erpnext.messages');
|
||||
wn.pages.messages.onload = function(wrapper) {
|
||||
erpnext.messages.show_active_users();
|
||||
erpnext.messages.make_list();
|
||||
update_messages('reset'); //Resets notification icons
|
||||
erpnext.update_messages('reset'); //Resets notification icons
|
||||
|
||||
// post message
|
||||
$('#message-post').click(function() {
|
||||
|
Loading…
x
Reference in New Issue
Block a user