mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-12-26 16:48:49 +01:00
fixing wired IE11 errors ...
This commit is contained in:
parent
81818d2bbd
commit
b4a0a18de6
@ -102,7 +102,7 @@ egw.extend('calendar', egw.MODULE_WND_LOCAL, function(_app, _wnd)
|
|||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
_wnd.$j(_input).datepicker(params);
|
_wnd.jQuery(_input).datepicker(params);
|
||||||
}
|
}
|
||||||
/*
|
/*
|
||||||
onClose: function(date_text, picker) {
|
onClose: function(date_text, picker) {
|
||||||
|
Loading…
Reference in New Issue
Block a user