Project updated to VS2013
This commit is contained in:
@@ -1,3 +1,4 @@
|
||||
///#source 1 1 Core/modernizr-2.7.2.js
|
||||
/*!
|
||||
* Modernizr v2.7.2
|
||||
* www.modernizr.com
|
||||
@@ -1405,6 +1406,7 @@ window.Modernizr = (function( window, document, undefined ) {
|
||||
|
||||
})(this, this.document);
|
||||
|
||||
///#source 1 1 Core/jquery-2.1.1.js
|
||||
/*!
|
||||
* jQuery JavaScript Library v2.1.1
|
||||
* http://jquery.com/
|
||||
@@ -10596,6 +10598,7 @@ return jQuery;
|
||||
|
||||
}));
|
||||
|
||||
///#source 1 1 Core/jquery.validate.js
|
||||
/*!
|
||||
* jQuery Validation Plugin v1.12.0
|
||||
*
|
||||
@@ -11890,6 +11893,7 @@ $.format = function deprecated() {
|
||||
});
|
||||
}(jQuery));
|
||||
|
||||
///#source 1 1 Core/jquery.validate.unobtrusive.js
|
||||
/* NUGET: BEGIN LICENSE TEXT
|
||||
*
|
||||
* Microsoft grants you the right to use these script files for the sole
|
||||
@@ -12284,6 +12288,7 @@ $.format = function deprecated() {
|
||||
$jQval.unobtrusive.parse(document);
|
||||
});
|
||||
}(jQuery));
|
||||
///#source 1 1 Core/disco.unobtrusiveValidation.extensions.js
|
||||
// Adapted from: http://xhalent.wordpress.com/2011/01/24/applying-unobtrusive-validation-to-dynamic-content/
|
||||
(function ($) {
|
||||
$.validator.unobtrusive.reparse = function (selector) {
|
||||
@@ -12319,6 +12324,7 @@ $.format = function deprecated() {
|
||||
});
|
||||
}
|
||||
})($);
|
||||
///#source 1 1 Core/jquery-ui-1.10.4.js
|
||||
/*! jQuery UI - v1.10.4 - 2014-01-17
|
||||
* http://jqueryui.com
|
||||
* Includes: jquery.ui.core.js, jquery.ui.widget.js, jquery.ui.mouse.js, jquery.ui.position.js, jquery.ui.accordion.js, jquery.ui.autocomplete.js, jquery.ui.button.js, jquery.ui.datepicker.js, jquery.ui.dialog.js, jquery.ui.draggable.js, jquery.ui.droppable.js, jquery.ui.effect.js, jquery.ui.effect-blind.js, jquery.ui.effect-bounce.js, jquery.ui.effect-clip.js, jquery.ui.effect-drop.js, jquery.ui.effect-explode.js, jquery.ui.effect-fade.js, jquery.ui.effect-fold.js, jquery.ui.effect-highlight.js, jquery.ui.effect-pulsate.js, jquery.ui.effect-scale.js, jquery.ui.effect-shake.js, jquery.ui.effect-slide.js, jquery.ui.effect-transfer.js, jquery.ui.menu.js, jquery.ui.progressbar.js, jquery.ui.resizable.js, jquery.ui.selectable.js, jquery.ui.slider.js, jquery.ui.sortable.js, jquery.ui.spinner.js, jquery.ui.tabs.js, jquery.ui.tooltip.js
|
||||
@@ -27328,6 +27334,7 @@ $.widget( "ui.tooltip", {
|
||||
|
||||
}( jQuery ) );
|
||||
|
||||
///#source 1 1 Core/jquery.watermark.js
|
||||
/*
|
||||
Watermark plugin for jQuery
|
||||
Version: 3.1.4
|
||||
@@ -27927,6 +27934,7 @@ if ( $.watermark.runOnce ) {
|
||||
|
||||
})( jQuery, window );
|
||||
|
||||
///#source 1 1 Core/jquery.dataTables.js
|
||||
/**
|
||||
* @summary DataTables
|
||||
* @description Paginate, search and sort HTML tables
|
||||
@@ -40020,6 +40028,7 @@ if ( $.watermark.runOnce ) {
|
||||
*/
|
||||
}(jQuery, window, document, undefined));
|
||||
|
||||
///#source 1 1 Core/moment.js
|
||||
//! moment.js
|
||||
//! version : 2.6.0
|
||||
//! authors : Tim Wood, Iskren Chernev, Moment.js contributors
|
||||
@@ -42510,6 +42519,7 @@ if ( $.watermark.runOnce ) {
|
||||
}
|
||||
}).call(this);
|
||||
|
||||
///#source 1 1 Core/moment.en-au.js
|
||||
// moment.js language configuration
|
||||
// language : australian english (en-au)
|
||||
|
||||
@@ -42573,7 +42583,9 @@ if ( $.watermark.runOnce ) {
|
||||
});
|
||||
}));
|
||||
|
||||
///#source 1 1 Core/disco.moment.extensions.js
|
||||
moment.lang('en-au');
|
||||
///#source 1 1 Core/livestamp.js
|
||||
// Livestamp.js / v1.1.2 / (c) 2012 Matt Bradley / MIT License
|
||||
(function (plugin) {
|
||||
if (typeof define === 'function' && define.amd) {
|
||||
@@ -42717,6 +42729,7 @@ moment.lang('en-au');
|
||||
return livestampLocal[method](this, options);
|
||||
};
|
||||
}));
|
||||
///#source 1 1 Core/disco.dataTables.extensions.js
|
||||
jQuery.fn.dataTableExt.afnSortData['text'] = function (oSettings, iColumn) {
|
||||
var aData = [];
|
||||
$('td:eq(' + iColumn + ')', oSettings.oApi._fnGetTrNodes(oSettings)).each(function () {
|
||||
@@ -42763,6 +42776,7 @@ jQuery.fn.dataTableExt.oSort['disco_datetime-desc'] = function (a, b) {
|
||||
// Change Default Menu Lengths
|
||||
|
||||
jQuery.fn.DataTable.defaults.aLengthMenu = [[10, 20, 50, -1], [10, 20, 50, "All"]];
|
||||
///#source 1 1 Core/disco.uicore.js
|
||||
(function ($, window, document, Modernizr) {
|
||||
|
||||
// Document Ready
|
||||
|
||||
Reference in New Issue
Block a user