fixing wired IE11 errors ...

This commit is contained in:
Ralf Becker 2014-02-25 17:16:42 +00:00
parent 81818d2bbd
commit b4a0a18de6

View File

@ -102,7 +102,7 @@ egw.extend('calendar', egw.MODULE_WND_LOCAL, function(_app, _wnd)
}
else
{
_wnd.$j(_input).datepicker(params);
_wnd.jQuery(_input).datepicker(params);
}
/*
onClose: function(date_text, picker) {