summaryrefslogtreecommitdiffstats
path: root/doc/html/_static/jquery.js
diff options
context:
space:
mode:
Diffstat (limited to 'doc/html/_static/jquery.js')
-rw-r--r--doc/html/_static/jquery.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/html/_static/jquery.js b/doc/html/_static/jquery.js
index 447a76c..9263574 100644
--- a/doc/html/_static/jquery.js
+++ b/doc/html/_static/jquery.js
@@ -1039,7 +1039,7 @@ jQuery.extend({
// IE uses filters for opacity
if ( !jQuery.support.opacity && name == "opacity" ) {
if ( set ) {
- // IE has trouble with opacity if it does not have tqlayout
+ // IE has trouble with opacity if it does not have layout
// Force it by setting the zoom level
elem.zoom = 1;