mirror of
https://github.com/itflow-org/itflow
synced 2026-03-01 03:14:52 +00:00
upgraded PHPMailer, AdminLTE, chartJS, Select2 Libraries
This commit is contained in:
7
plugins/select2/js/select2.full.js
vendored
Executable file → Normal file
7
plugins/select2/js/select2.full.js
vendored
Executable file → Normal file
@@ -1,5 +1,5 @@
|
||||
/*!
|
||||
* Select2 4.0.11
|
||||
* Select2 4.0.12
|
||||
* https://select2.github.io
|
||||
*
|
||||
* Released under the MIT license
|
||||
@@ -4498,7 +4498,10 @@ S2.define('select2/dropdown/attachBody',[
|
||||
left: 0
|
||||
};
|
||||
|
||||
if ($.contains(document.body, $offsetParent[0])) {
|
||||
if (
|
||||
$.contains(document.body, $offsetParent[0]) ||
|
||||
$offsetParent[0].isConnected
|
||||
) {
|
||||
parentOffset = $offsetParent.offset();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user