summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorQt Continuous Integration System <qt-info@nokia.com>2011-04-29 12:31:25 (GMT)
committerQt Continuous Integration System <qt-info@nokia.com>2011-04-29 12:31:25 (GMT)
commit781967478a0ddc5b69663a49bb081d752f85dc99 (patch)
tree9b49e422e04b9978b9ceccf825aea9a57bb903c5
parentf2d600c634f114f3f58a55873c9d993ba9767135 (diff)
parent2af5f51c1a7e4b9b5af4eafff8f64f2f8978c3a2 (diff)
downloadQt-781967478a0ddc5b69663a49bb081d752f85dc99.zip
Qt-781967478a0ddc5b69663a49bb081d752f85dc99.tar.gz
Qt-781967478a0ddc5b69663a49bb081d752f85dc99.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: Fixing potential js hole in the js function for the feedback channel.
-rwxr-xr-xdoc/src/template/scripts/functions.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/src/template/scripts/functions.js b/doc/src/template/scripts/functions.js
index 62bc535..3ab4a08 100755
--- a/doc/src/template/scripts/functions.js
+++ b/doc/src/template/scripts/functions.js
@@ -184,7 +184,7 @@ var blankRE=/^\s*$/;
function CheckEmptyAndLoadList()
{
/* Start Extracting information for feedback and adding this to the feedback form */
- var pageUrl = window.location.href;
+ var pageUrl = window.location.pathname;
var pageVal = $('title').html();
$('#pageType').removeClass('red');
$('#feedUrl').remove();