need delegation with delayed initialization.
This commit is contained in:
parent
f1b1352077
commit
b2828d466d
1 changed files with 1 additions and 1 deletions
|
@ -404,7 +404,7 @@ var AIRTIME = (function(AIRTIME) {
|
|||
$historyContentDiv.find(dateEndId).datepicker(oBaseDatePickerSettings);
|
||||
$historyContentDiv.find(timeEndId).timepicker(oBaseTimePickerSettings);
|
||||
|
||||
$("#his_create").click(function(e) {
|
||||
$historyContentDiv.on("click", "#his_create", function(e) {
|
||||
var url = baseUrl+"playouthistory/edit-list-item/format/json" ;
|
||||
|
||||
e.preventDefault();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue