Skip to content

Commit

Permalink
pkp#9753 [stable-3_3_0] Move import of jqueryui from vendors to js pl…
Browse files Browse the repository at this point in the history
…ugins
  • Loading branch information
blesildaramirez committed Jul 5, 2024
1 parent ae331c0 commit 7d25292
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion classes/template/PKPTemplateManager.inc.php
Original file line number Diff line number Diff line change
Expand Up @@ -843,7 +843,7 @@ function setupBackendPage() {
);
$this->addJavaScript(
'jqueryUI',
$request->getBaseUrl() . '/lib/pkp/lib/vendor/components/jqueryui/jquery-ui' . $min . '.js',
$request->getBaseUrl() . '/lib/pkp/js/lib/jquery/plugins/jquery-ui/jquery-ui' . $min . '.js',
[
'priority' => STYLE_SEQUENCE_CORE,
'contexts' => 'backend',
Expand Down

0 comments on commit 7d25292

Please sign in to comment.