Update Bootstrap and jQuery
Bootstrap => v5.3.2 jQuery => v3.7.1
This commit is contained in:
parent
1860d1f8ce
commit
dee454cb8c
7 changed files with 9 additions and 9 deletions
|
@ -16,7 +16,7 @@
|
|||
<script src="orcinus/js/offline-search.js"></script>
|
||||
|
||||
<!-- Script files below are only required for Typeahead -->
|
||||
<script src="orcinus/js/jquery-3.6.4.min.js"></script>
|
||||
<script src="orcinus/js/jquery.min.js"></script>
|
||||
<script src="orcinus/js/typeahead.bundle.min.js"></script>
|
||||
<script src="orcinus/js/search.js"></script>
|
||||
</body>
|
||||
|
|
|
@ -21,7 +21,7 @@ require 'orcinus/search.php';
|
|||
$_ORCINUS->render(); ?>
|
||||
|
||||
<!-- Script files below are only required for Typeahead -->
|
||||
<script src="orcinus/js/jquery-3.6.4.min.js"></script>
|
||||
<script src="orcinus/js/jquery.min.js"></script>
|
||||
<script src="orcinus/js/typeahead.bundle.min.js"></script>
|
||||
<script src="orcinus/js/search.js"></script>
|
||||
</body>
|
||||
|
|
|
@ -1846,7 +1846,7 @@ ORCINUS;
|
|||
<div class="row">
|
||||
<label class="col-md-6 d-flex flex-column lh-lg mb-2">
|
||||
<strong class="flex-grow-1">Ignore HTML Content by CSS Selector:</strong>
|
||||
<textarea rows="5" cols="30" name="os_sp_ignore_css" class="form-control pb-4"
|
||||
<textarea rows="5" cols="30" name="os_sp_ignore_css" class="form-control"
|
||||
data-bs-toggle="tooltip" data-bs-placement="top" title="Text content contained in elements matching these CSS selectors will not be stored. Simple CSS selectors only (#id, .class or element). Separated by spaces. Links from these elements will still be scanned."><?php
|
||||
echo htmlspecialchars($_ODATA['sp_ignore_css']);
|
||||
?></textarea>
|
||||
|
|
4
orcinus/css/bootstrap.min.css
vendored
4
orcinus/css/bootstrap.min.css
vendored
File diff suppressed because one or more lines are too long
4
orcinus/js/bootstrap.bundle.min.js
vendored
4
orcinus/js/bootstrap.bundle.min.js
vendored
File diff suppressed because one or more lines are too long
2
orcinus/js/jquery-3.6.4.min.js
vendored
2
orcinus/js/jquery-3.6.4.min.js
vendored
File diff suppressed because one or more lines are too long
2
orcinus/js/jquery.min.js
vendored
Normal file
2
orcinus/js/jquery.min.js
vendored
Normal file
File diff suppressed because one or more lines are too long
Loading…
Reference in a new issue