summaryrefslogtreecommitdiffstats
path: root/doc/html/_static/jquery.js
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2011-12-21 14:08:46 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2011-12-21 14:08:46 -0600
commit6f00524aad07d51f89dfd34d423e86867ff7c00a (patch)
treed70e9a3ca823d4743df237da483202009e38fd2a /doc/html/_static/jquery.js
parentcb279d73d3e14368d9fb5e217706a237342389f6 (diff)
downloadsip4-tqt-6f00524aad07d51f89dfd34d423e86867ff7c00a.tar.gz
sip4-tqt-6f00524aad07d51f89dfd34d423e86867ff7c00a.zip
Rename obsolete tq methods to standard names
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;