diff options
author | Morten Engvoldsen <morten.engvoldsen@nokia.com> | 2011-04-29 12:24:54 (GMT) |
---|---|---|
committer | Morten Engvoldsen <morten.engvoldsen@nokia.com> | 2011-04-29 12:28:16 (GMT) |
commit | 2af5f51c1a7e4b9b5af4eafff8f64f2f8978c3a2 (patch) | |
tree | 9b49e422e04b9978b9ceccf825aea9a57bb903c5 /doc/src/template/scripts/functions.js | |
parent | 75aea79ce599d5f62a1642a875774544f548c904 (diff) | |
download | Qt-2af5f51c1a7e4b9b5af4eafff8f64f2f8978c3a2.zip Qt-2af5f51c1a7e4b9b5af4eafff8f64f2f8978c3a2.tar.gz Qt-2af5f51c1a7e4b9b5af4eafff8f64f2f8978c3a2.tar.bz2 |
Fixing potential js hole in the js function for the feedback channel.
Diffstat (limited to 'doc/src/template/scripts/functions.js')
-rwxr-xr-x | doc/src/template/scripts/functions.js | 2 |
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(); |