needed to update jquery, fullcalendar needed updating for the new JS.

working on configuring a template.
This commit is contained in:
Naomi Aro 2013-07-29 08:57:31 -04:00
parent 46ecdf393d
commit 7183396da5
19 changed files with 8013 additions and 1533 deletions

View file

@ -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();

View file

@ -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

File diff suppressed because one or more lines are too long