Fix TypeError: Cannot call method 'css' of undefined

Fixes blank infolog popup, timesheet index
This commit is contained in:
Nathan Gray 2014-02-25 16:31:06 +00:00
parent 49a4554303
commit 4591fa6e21

View File

@ -69,7 +69,7 @@ egw.extend('calendar', egw.MODULE_WND_LOCAL, function(_app, _wnd)
if (!calendar_translated)
{
// 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();
calendar_translated = true;