jQuery libraries updates via composer

This commit is contained in:
Hadi Nategh
2016-06-06 17:38:20 +02:00
parent 02705fd95a
commit 93217a149d
152 changed files with 105 additions and 48777 deletions

View File

@ -32,8 +32,8 @@ egw.extend('jquery', egw.MODULE_WND_LOCAL, function(_app, _wnd)
// Include the jQuery and jQuery UI library.
var token = ready.readyWaitFor();
files.includeJS([
this.webserverUrl + '/api/js/jquery/jquery.js',
this.webserverUrl + '/api/js/jquery/jquery-ui.js',
this.webserverUrl + '/vendor/bower-asset/jquery/dist/jquery.js',
this.webserverUrl + '/vendor/bower-asset/jquery-ui/jquery-ui.js',
this.webserverUrl + '/api/js/jquery/jquery.html5_upload.js'
], function () {
this.constant('jquery', 'jQuery', _wnd.jQuery, _wnd);