Skip to content

Commit

Permalink
Merge branch 'release-30.3.3'
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions committed Nov 10, 2023
2 parents 543407a + 1177b87 commit 59601bd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions views/js/portableLib/jquery.qtip.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
* Styles: core basic css3
*
* =====================================================================
* OAT WARNING : Line 25 has been changed from the original source code.
* OAT WARNING : Lines 25 and 1946 have been changed from the original source code.
* =====================================================================
*/
/*global window: false, jQuery: false, console: false, define: false */
Expand Down Expand Up @@ -1943,7 +1943,7 @@
QTIP.inactiveEvents = INACTIVE_EVENTS;

// Base z-index for all qTips
QTIP.zindex = 15000;
QTIP.zindex = 1500000;

// Define configuration defaults
QTIP.defaults = {
Expand Down

0 comments on commit 59601bd

Please sign in to comment.