Skip to content

Commit 7b745c4

Browse files
committed
Updated jquery and worked around performance issues in powertip plugin
1 parent 2b0cffb commit 7b745c4

File tree

8 files changed

+1345
-15
lines changed

8 files changed

+1345
-15
lines changed

jquery/Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
JQUERY_VERSION = 3.3.1
1+
JQUERY_VERSION = 3.4.1
22
JQUERY_UI_VERSION = 1.12.1
33
SCROLL_VERSION = 2.1.2
44
POWERTIP_VERSION = 1.3.1
@@ -9,7 +9,7 @@ MINIFIER ?= /usr/local/bin/yuicompressor-2.4.7
99
SCRIPTS = jquery-$(JQUERY_VERSION).min.js \
1010
jquery.ui-$(JQUERY_UI_VERSION).min.js \
1111
jquery.scrollTo-$(SCROLL_VERSION).min.js \
12-
jquery.powertip-$(POWERTIP_VERSION).min.js \
12+
jquery.powertip-$(POWERTIP_VERSION).mod.min.js \
1313
jquery.ui.touch-punch-$(TOUCHPUNCH_VERSION).min.js \
1414
jquery.smartmenus-$(SMARTMENUS_VERSION).min.js
1515
RESULTS = jquery.js doxmenu-min.css

jquery/README

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,3 +12,9 @@ packages:
1212
- jquery.smartmenus: 1.1.0: https://www.smartmenus.org/
1313

1414
The Makefile will built the jquery.js files used by doxygen.
15+
16+
Note that there is a performance issue in the default powertip version.
17+
See https://github.com/stevenbenner/jquery-powertip/issues/178
18+
Until that is fixed a modified version is shipped with doxygen. This version
19+
removes the "destroy" functionality which was not used by doxygen anyway.
20+

jquery/jquery-3.3.1.min.js

Lines changed: 0 additions & 2 deletions
This file was deleted.

jquery/jquery-3.4.1.min.js

Lines changed: 2 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

jquery/jquery.powertip-1.3.1.min.js

Lines changed: 0 additions & 8 deletions
This file was deleted.

0 commit comments

Comments
 (0)