summaryrefslogtreecommitdiffstats
path: root/doc/html/_static/jquery.js
diff options
context:
space:
mode:
authorTimothy Pearson <[email protected]>2011-11-22 13:38:00 -0600
committerTimothy Pearson <[email protected]>2011-11-22 13:38:00 -0600
commite832e9f2ab4ef7c9649c5a43824c2c8f97d5c6df (patch)
tree1f6a56de772e0b9ad9b75253d7dc6fa98865e04e /doc/html/_static/jquery.js
parent71cbc66f6c877652370529d008263320a6cea74c (diff)
downloadsip4-tqt-e832e9f2ab4ef7c9649c5a43824c2c8f97d5c6df.tar.gz
sip4-tqt-e832e9f2ab4ef7c9649c5a43824c2c8f97d5c6df.zip
Fix accidental rename of strings to tqunicode
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 17bafa0..840ecfb 100644
--- a/doc/html/_static/jquery.js
+++ b/doc/html/_static/jquery.js
@@ -2202,7 +2202,7 @@ if ( document.querySelectorAll ) (function(){
var oldSizzle = Sizzle, div = document.createElement("div");
div.innerHTML = "<p class='TEST'></p>";
- // Safari can't handle uppercase or tqunicode characters when
+ // Safari can't handle uppercase or unicode characters when
// in quirks mode.
if ( div.querySelectorAll && div.querySelectorAll(".TEST").length === 0 ) {
return;