Skip to content

Commit

Permalink
fixed jquery-ui.min.css, replaced jquery-ui with minified version in …
Browse files Browse the repository at this point in the history
…scripts
  • Loading branch information
NikitaSalikov committed May 15, 2024
1 parent 324af16 commit 12e6082
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion collections/list.php
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
include_once($SERVER_ROOT . '/includes/googleanalytics.php');
?>
<link href="<?php echo htmlspecialchars($CSS_BASE_PATH, ENT_COMPAT | ENT_HTML401 | ENT_SUBSTITUTE); ?>/symbiota/collections/listdisplay.css" type="text/css" rel="stylesheet" />
<link href="<?php echo $CSS_BASE_PATH; ?>/jquery-ui.css" type="text/css" rel="stylesheet">
<link href="<?php echo $CSS_BASE_PATH; ?>/jquery-ui.min.css" type="text/css" rel="stylesheet">
<script src="<?php echo $CLIENT_ROOT; ?>/js/jquery-3.7.1.min.js" type="text/javascript"></script>
<script src="<?php echo $CLIENT_ROOT; ?>/js/jquery-ui.min.js" type="text/javascript"></script>
<script type="text/javascript">
Expand Down
Loading

0 comments on commit 12e6082

Please sign in to comment.