summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorMartin Smith <martin.smith@nokia.com>2011-05-09 10:29:19 +0200
committerMartin Smith <martin.smith@nokia.com>2011-05-09 10:29:19 +0200
commit767aa20e1033fe9283f89f4bda09bc015a4b08e6 (patch)
tree6514800b69e58a078ee6eca99336efda922cdc5c /doc
parent370b98690aab6d022d9c9c0afafd5552ab6928c1 (diff)
parent2af5f51c1a7e4b9b5af4eafff8f64f2f8978c3a2 (diff)
Merge branch '4.7' of git@scm.dev.nokia.troll.no:qt/qt-doc-team into 4.7
Diffstat (limited to 'doc')
-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 62bc53508e..3ab4a082a7 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();