diff options
author | Qt Continuous Integration System <qt-info@nokia.com> | 2011-10-21 14:44:38 (GMT) |
---|---|---|
committer | Qt Continuous Integration System <qt-info@nokia.com> | 2011-10-21 14:44:38 (GMT) |
commit | 6937461976682546f6d8b0f3bfddb034a6d226cf (patch) | |
tree | f5732c160b16c959ccd943a49e3c44b79f829efc /doc | |
parent | 2cf3c7e47f9f4963989f5270b7930fc9382670a6 (diff) | |
parent | e2b892c48c986c38f431b1af98023d16af53bc96 (diff) | |
download | Qt-6937461976682546f6d8b0f3bfddb034a6d226cf.zip Qt-6937461976682546f6d8b0f3bfddb034a6d226cf.tar.gz Qt-6937461976682546f6d8b0f3bfddb034a6d226cf.tar.bz2 |
Merge branch '4.7' of git://scm.dev.nokia.troll.no/qt/qt-doc-team
* '4.7' of git://scm.dev.nokia.troll.no/qt/qt-doc-team:
Fix security problem on webpage due to bad JS
Accepting predicted text using hardware keyboard replaces unwanted part
Diffstat (limited to 'doc')
-rwxr-xr-x | doc/src/template/scripts/functions.js | 13 |
1 files changed, 1 insertions, 12 deletions
diff --git a/doc/src/template/scripts/functions.js b/doc/src/template/scripts/functions.js index 3ab4a08..af204d8 100755 --- a/doc/src/template/scripts/functions.js +++ b/doc/src/template/scripts/functions.js @@ -183,17 +183,6 @@ var blankRE=/^\s*$/; function CheckEmptyAndLoadList() { - /* Start Extracting information for feedback and adding this to the feedback form */ - var pageUrl = window.location.pathname; - var pageVal = $('title').html(); - $('#pageType').removeClass('red'); - $('#feedUrl').remove(); - $('#pageVal').remove(); - $('.menuAlert').remove(); - $('#feedform').append('<input id="feedUrl" name="feedUrl" value="'+pageUrl+'" style="display:none;">'); - $('#feedform').append('<input id="pageVal" name="pageVal" value="'+pageVal+'" style="display:none;">'); - /* End Extracting information for feedback and adding this to the feedback form */ - /* extracts search query */ var value = document.getElementById('pageType').value; /* if the search is less than three chars long remove class names and remove elements from old search*/ @@ -255,4 +244,4 @@ function CheckEmptyAndLoadList() }); }, 500); /* timer set to 500 ms */ }); - });
\ No newline at end of file + }); |