Skip to content

Commit

Permalink
update to jquery 3.7.1
Browse files Browse the repository at this point in the history
  • Loading branch information
tenzap committed Dec 5, 2023
1 parent d347bcd commit 1e495c8
Show file tree
Hide file tree
Showing 8 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion application/views/main/forgot_password.php
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<meta name="viewport" content="width=device-width, initial-scale=1">
<?php echo link_tag($this->config->item('img_path').'icon.ico', 'shortcut icon', 'image/ico');?>
<?php echo link_tag($this->config->item('css_path').'base.css');?>
<script language="javascript" src="<?php echo $this->config->item('js_path');?>jquery-3.7.0.min.js"></script>
<script language="javascript" src="<?php echo $this->config->item('js_path');?>jquery-3.7.1.min.js"></script>
<script language="javascript">
$(document).ready(function() {
$("#username").trigger('focus');
Expand Down
2 changes: 1 addition & 1 deletion application/views/main/header.php
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
</style>
<link type="text/css" rel="stylesheet" href="<?php echo $this->config->item('css_path');?>jquery-ui/jquery-ui.min.css" />
<script defer language="javascript" src="<?php echo $this->config->item('js_path');?>modernizr.min.js"></script>
<script language="javascript" src="<?php echo $this->config->item('js_path');?>jquery-3.7.0.min.js"></script>
<script language="javascript" src="<?php echo $this->config->item('js_path');?>jquery-3.7.1.min.js"></script>
<script language="javascript" src="<?php echo $this->config->item('js_path');?>jquery-plugin/jquery.hotkeys.js"></script>
<script language="javascript" src="<?php echo $this->config->item('js_path');?>jquery-plugin/jquery.field.min.js"></script>
<script language="javascript" src="<?php echo $this->config->item('js_path');?>autosize-5.0.1.min.js"></script>
Expand Down
2 changes: 1 addition & 1 deletion application/views/main/install/layout.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<meta name="generator" content="Geany 0.13" />
<link rel="shortcut icon" href="<?php echo $this->config->item('img_path');?>icon.ico" type="image/x-icon" />
<link type="text/css" rel="stylesheet" href="<?php echo $this->config->item('css_path');?>install.css" />
<script language="javascript" src="<?php echo $this->config->item('js_path');?>jquery-3.7.0.min.js"></script>
<script language="javascript" src="<?php echo $this->config->item('js_path');?>jquery-3.7.1.min.js"></script>
<script language="javascript">
$(document).ready(function() {
var left = $('div#left-container').height();
Expand Down
2 changes: 1 addition & 1 deletion application/views/main/login.php
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<meta name="viewport" content="width=device-width, initial-scale=1">
<?php echo link_tag($this->config->item('img_path').'icon.ico', 'shortcut icon', 'image/ico');?>
<?php echo link_tag($this->config->item('css_path').'base.css');?>
<script language="javascript" src="<?php echo $this->config->item('js_path');?>jquery-3.7.0.min.js"></script>
<script language="javascript" src="<?php echo $this->config->item('js_path');?>jquery-3.7.1.min.js"></script>
<script language="javascript">
$(document).ready(function() {
$("#username").trigger('focus');
Expand Down
2 changes: 1 addition & 1 deletion application/views/main/password_reset.php
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<meta name="viewport" content="width=device-width, initial-scale=1">
<?php echo link_tag($this->config->item('img_path').'icon.ico', 'shortcut icon', 'image/ico');?>
<?php echo link_tag($this->config->item('css_path').'base.css');?>
<script language="javascript" src="<?php echo $this->config->item('js_path');?>jquery-3.7.0.min.js"></script>
<script language="javascript" src="<?php echo $this->config->item('js_path');?>jquery-3.7.1.min.js"></script>
<script language="javascript">
$(document).ready(function() {
$("#new_password").trigger('focus');
Expand Down
2 changes: 1 addition & 1 deletion docs/CREDITS
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ CodeIgniter 3.1.11 <https://www.codeigniter.com/>
CodeIgniter extra:
* CI-Plugin-System commit c7c6b6d19b198cff6f1723f6911d317232a97fdd (2013-09-23) <https://github.com/Vheissu/CI-Plugin-System>
* HMVC 5.3.5 commit #2d6d33922276 <https://bitbucket.org/wiredesignz/codeigniter-modular-extensions-hmvc>
jQuery 3.7.0 <https://jquery.com/>
jQuery 3.7.1 <https://jquery.com/>
jQuery UI 1.13.2 <https://jqueryui.com/>
* On the download page, select: [ Autocomplete, Datepicker, Dialog, Fade Effect, jQuery 1.8+ support (since we use jquery < 3.4 as of jquery-ui 1.13), theme=base] + their dependencies
* jQuery UI Datepicker i18n (from version 1.13.2): https://github.com/jquery/jquery-ui/tree/master/ui/i18n - License: MIT
Expand Down
2 changes: 0 additions & 2 deletions media/js/jquery-3.7.0.min.js

This file was deleted.

2 changes: 2 additions & 0 deletions media/js/jquery-3.7.1.min.js

Large diffs are not rendered by default.

0 comments on commit 1e495c8

Please sign in to comment.