Skip to content
Snippets Groups Projects
Commit 6e4ad543 authored by sidgrafix's avatar sidgrafix Committed by Drew Webber
Browse files

Issue #3301368 by sidgrafix: Jquery UI from Google CDN Error 404

parent b5fb4019
Branches
Tags
No related merge requests found
......@@ -597,7 +597,7 @@ function jquery_update_jqueryui_replace(&$javascript, $cdn, $path, $min) {
switch ($cdn) {
case 'google':
$cdn = '//ajax.googleapis.com/ajax/libs/jqueryui/' . $jqueryui_version . 'jquery-ui' . $min . '.js';
$cdn = '//ajax.googleapis.com/ajax/libs/jqueryui/' . $jqueryui_version . '/jquery-ui' . $min . '.js';
jquery_update_jqueryui_cdn($cdn, $javascript, $path, $min, $names, $jqueryui_version);
jquery_update_jqueryui_backup($javascript, $path, $min);
break;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment