mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-02-22 21:30:54 +01:00
Fix TypeError: Cannot call method 'css' of undefined
Fixes blank infolog popup, timesheet index
This commit is contained in:
parent
49a4554303
commit
4591fa6e21
@ -69,7 +69,7 @@ egw.extend('calendar', egw.MODULE_WND_LOCAL, function(_app, _wnd)
|
|||||||
if (!calendar_translated)
|
if (!calendar_translated)
|
||||||
{
|
{
|
||||||
// Set template's icon for date popup - could probably use jquery-ui icons
|
// Set template's icon for date popup - could probably use jquery-ui icons
|
||||||
this.css(".et2_date input.hasDatepicker:hover", "background-image: url(" + egw().image('datepopup') + ")");
|
_egw.css(".et2_date input.hasDatepicker:hover", "background-image: url(" + egw().image('datepopup') + ")");
|
||||||
|
|
||||||
translateCalendar();
|
translateCalendar();
|
||||||
calendar_translated = true;
|
calendar_translated = true;
|
||||||
|
Loading…
Reference in New Issue
Block a user