needed to update jquery, fullcalendar needed updating for the new JS.
working on configuring a template.
This commit is contained in:
parent
46ecdf393d
commit
7183396da5
19 changed files with 8013 additions and 1533 deletions
|
@ -206,7 +206,9 @@ var AIRTIME = (function(AIRTIME) {
|
|||
title: $.i18n._("Edit History Record"),
|
||||
modal: true,
|
||||
open: function( event, ui ) {
|
||||
$hisDialogEl.find('.date').datetimepicker();
|
||||
$hisDialogEl.find('.date').datetimepicker({
|
||||
"pick12HourFormat": false
|
||||
});
|
||||
},
|
||||
close: function() {
|
||||
removeHistoryDialog();
|
||||
|
|
|
@ -14,10 +14,12 @@
|
|||
|
||||
;(function($) {
|
||||
|
||||
/*
|
||||
if (/1\.(0|1|2)\.(0|1|2)/.test($.fn.jquery) || /^1.1/.test($.fn.jquery)) {
|
||||
alert('blockUI requires jQuery v1.2.3 or later! You are using v' + $.fn.jquery);
|
||||
return;
|
||||
}
|
||||
*/
|
||||
|
||||
$.fn._fadeIn = $.fn.fadeIn;
|
||||
|
||||
|
|
File diff suppressed because it is too large
Load diff
File diff suppressed because it is too large
Load diff
2
airtime_mvc/public/js/libs/jquery-1.8.3.min.js
vendored
Normal file
2
airtime_mvc/public/js/libs/jquery-1.8.3.min.js
vendored
Normal file
File diff suppressed because one or more lines are too long
Loading…
Add table
Add a link
Reference in a new issue