Skip to content

Commit

Permalink
pkp#9753 Move import of jqueryui from vendors to js plugins
Browse files Browse the repository at this point in the history
  • Loading branch information
blesildaramirez committed Jul 5, 2024
1 parent 61d6099 commit 3fef473
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion classes/template/PKPTemplateManager.php
Original file line number Diff line number Diff line change
Expand Up @@ -877,7 +877,7 @@ public 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' => self::STYLE_SEQUENCE_CORE,
'contexts' => 'backend',
Expand Down

0 comments on commit 3fef473

Please sign in to comment.