diff options
author | Alexander Marsalek <amarsalek@iaik.tugraz.at> | 2014-10-24 15:40:17 +0200 |
---|---|---|
committer | Alexander Marsalek <amarsalek@iaik.tugraz.at> | 2014-10-24 15:40:17 +0200 |
commit | a36f28e84cd86196c8b750cbaa4f61977996aa6e (patch) | |
tree | fcf995faff5dd4bb08fdbe972f545c2b7aa4d61e /id/server/data/deploy/conf | |
parent | bda377810ebe5467439d2098d683788ba4e7e602 (diff) | |
parent | 481963320bb314cd5b3fd459abe93f448bd677e9 (diff) | |
download | moa-id-spss-a36f28e84cd86196c8b750cbaa4f61977996aa6e.tar.gz moa-id-spss-a36f28e84cd86196c8b750cbaa4f61977996aa6e.tar.bz2 moa-id-spss-a36f28e84cd86196c8b750cbaa4f61977996aa6e.zip |
Merge branch 'merge' into moa-2.1-Snapshot
Diffstat (limited to 'id/server/data/deploy/conf')
-rw-r--r-- | id/server/data/deploy/conf/moa-id/htmlTemplates/loginFormFull.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/id/server/data/deploy/conf/moa-id/htmlTemplates/loginFormFull.html b/id/server/data/deploy/conf/moa-id/htmlTemplates/loginFormFull.html index ef070b8eb..7e2ddc491 100644 --- a/id/server/data/deploy/conf/moa-id/htmlTemplates/loginFormFull.html +++ b/id/server/data/deploy/conf/moa-id/htmlTemplates/loginFormFull.html @@ -720,7 +720,7 @@ } } function onChangeChecks() { - if (top.innerWidth < 650) { + if (self.innerWidth < 650) { document.getElementById("moaidform").setAttribute("target","_parent"); } else { document.getElementById("moaidform").removeAttribute("target"); |