mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-08 00:54:15 +01:00
fixed bug reported by LRA Bad Reichenhall: egwpopup not displaying when notificationbell is clicked
This commit is contained in:
parent
78143cb9c6
commit
345993086a
@ -410,7 +410,7 @@ abstract class egw_framework
|
||||
return html::div(
|
||||
html::a_href(
|
||||
html::image('notifications','notificationbell',lang('notifications')),
|
||||
'javascript: notificationwindow_display();'
|
||||
'javascript: egwpopup_display();'
|
||||
),
|
||||
'id="notificationbell"', // options
|
||||
'', // class
|
||||
|
Loading…
Reference in New Issue
Block a user