forked from extern/egroupware
jQuery libraries updates via composer
This commit is contained in:
@ -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);
|
||||
|
Reference in New Issue
Block a user