summaryrefslogtreecommitdiffstats
path: root/jquery/README
diff options
context:
space:
mode:
authorDimitri van Heesch <doxygen@gmail.com>2019-05-30 09:27:29 (GMT)
committerDimitri van Heesch <doxygen@gmail.com>2019-05-30 09:27:29 (GMT)
commit7b745c4b8182430d3eacde1cb1520730fee1b01e (patch)
tree6306fc9835d115c33a073daa07f9518bcbc13b78 /jquery/README
parent2b0cffb6a7afe95f3fb872c553a0de60d19029af (diff)
downloadDoxygen-7b745c4b8182430d3eacde1cb1520730fee1b01e.zip
Doxygen-7b745c4b8182430d3eacde1cb1520730fee1b01e.tar.gz
Doxygen-7b745c4b8182430d3eacde1cb1520730fee1b01e.tar.bz2
Updated jquery and worked around performance issues in powertip plugin
Diffstat (limited to 'jquery/README')
-rw-r--r--jquery/README6
1 files changed, 6 insertions, 0 deletions
diff --git a/jquery/README b/jquery/README
index 881daad..b2b8259 100644
--- a/jquery/README
+++ b/jquery/README
@@ -12,3 +12,9 @@ packages:
- jquery.smartmenus: 1.1.0: https://www.smartmenus.org/
The Makefile will built the jquery.js files used by doxygen.
+
+Note that there is a performance issue in the default powertip version.
+See https://github.com/stevenbenner/jquery-powertip/issues/178
+Until that is fixed a modified version is shipped with doxygen. This version
+removes the "destroy" functionality which was not used by doxygen anyway.
+