diff options
Diffstat (limited to 'WebContent/VAADIN/vaadinBootstrap.js')
-rw-r--r-- | WebContent/VAADIN/vaadinBootstrap.js | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/WebContent/VAADIN/vaadinBootstrap.js b/WebContent/VAADIN/vaadinBootstrap.js index fc1de31bc8..3fff0bd829 100644 --- a/WebContent/VAADIN/vaadinBootstrap.js +++ b/WebContent/VAADIN/vaadinBootstrap.js @@ -249,11 +249,9 @@ url += '&vh=' + pe.offsetHeight; } - // Uri fragment - if (location.hash) { - //Remove initial # - url += '&fr=' + encodeURIComponent(location.hash.replace(/^#/, "")); - } + // Location + url += '&loc=' + encodeURIComponent(location.href); + // Window name if (window.name) { url += '&wn=' + encodeURIComponent(window.name); |