summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorMorten Engvoldsen <morten.engvoldsen@nokia.com>2011-04-29 14:24:54 +0200
committerMorten Engvoldsen <morten.engvoldsen@nokia.com>2011-04-29 14:28:16 +0200
commit2af5f51c1a7e4b9b5af4eafff8f64f2f8978c3a2 (patch)
tree9b49e422e04b9978b9ceccf825aea9a57bb903c5 /doc
parent75aea79ce599d5f62a1642a875774544f548c904 (diff)
Fixing potential js hole in the js function for the feedback channel.
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();