diff options
author | Florian Pritz <bluewind@xinu.at> | 2022-04-10 11:46:21 +0200 |
---|---|---|
committer | Florian Pritz <bluewind@xinu.at> | 2022-04-10 11:46:21 +0200 |
commit | b401c4e13863143b38b8848595566801fcc1527f (patch) | |
tree | c6eae5ce18f519480ead73a16029dbf3c8e993aa /system/libraries/Javascript | |
parent | 3deea564901d69109ddd6f757ccff84e6f113997 (diff) | |
parent | 45576ef6e62b5ff59da67f1697ee8c57809c7719 (diff) |
Merge remote-tracking branch 'upstream/3.1-stable' into dev
Diffstat (limited to 'system/libraries/Javascript')
-rw-r--r-- | system/libraries/Javascript/Jquery.php | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/system/libraries/Javascript/Jquery.php b/system/libraries/Javascript/Jquery.php index 0649ee1ae..e06f1ba02 100644 --- a/system/libraries/Javascript/Jquery.php +++ b/system/libraries/Javascript/Jquery.php @@ -6,7 +6,7 @@ * * This content is released under the MIT License (MIT) * - * Copyright (c) 2014 - 2019, British Columbia Institute of Technology + * Copyright (c) 2019 - 2022, CodeIgniter Foundation * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal @@ -29,8 +29,9 @@ * @package CodeIgniter * @author EllisLab Dev Team * @copyright Copyright (c) 2008 - 2014, EllisLab, Inc. (https://ellislab.com/) - * @copyright Copyright (c) 2014 - 2019, British Columbia Institute of Technology (http://bcit.ca/) - * @license http://opensource.org/licenses/MIT MIT License + * @copyright Copyright (c) 2014 - 2019, British Columbia Institute of Technology (https://bcit.ca/) + * @copyright Copyright (c) 2019 - 2022, CodeIgniter Foundation (https://codeigniter.com/) + * @license https://opensource.org/licenses/MIT MIT License * @link https://codeigniter.com * @since Version 1.0.0 * @filesource @@ -789,7 +790,7 @@ class CI_Jquery extends CI_Javascript { /** * Corner Plugin * - * @link http://www.malsup.com/jquery/corner/ + * @link https://www.malsup.com/jquery/corner/ * @param string $element * @param string $corner_style * @return string |