date picker for event form
This commit is contained in:
parent
c4bada9022
commit
39f8d2c728
@ -435,4 +435,9 @@ class EventPlugin extends MicroappPlugin
|
||||
common_log(LOG_DEBUG, "Not deleting related, wtf...");
|
||||
}
|
||||
}
|
||||
|
||||
function onEndShowScripts($action)
|
||||
{
|
||||
$action->inlineScript('$(document).ready(function() { $("#startdate").datepicker(); $("#enddate").datepicker(); });');
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user