|
@@ -585,7 +585,8 @@ jQuery(document).ready(function () {
|
|
|
if($(e.target).closest('[moe]').length ||
|
|
|
$(e.target).closest('#create-shortcut-form').length ||
|
|
|
$(e.target).is('#create-shortcut-form') ||
|
|
|
- $(e.target).is('.stag-shortcuts .sc')){
|
|
|
+ $(e.target).is('.stag-shortcuts .sc') ||
|
|
|
+ $(e.target).closest('.ui-datepicker').length) {
|
|
|
return;
|
|
|
}
|
|
|
$('[moe] [url]:not([show])').hide();
|