diff options
author | Thomas Lenz <tlenz@iaik.tugraz.at> | 2015-09-18 11:55:25 +0200 |
---|---|---|
committer | Thomas Lenz <tlenz@iaik.tugraz.at> | 2015-09-18 11:55:25 +0200 |
commit | 3d969a7b02f3e23a1b29150b5c39add8dcb146e1 (patch) | |
tree | 6538259cdbcd970047c19ee1492674a9c13c9b19 /id/server/data/deploy/conf/moa-id | |
parent | 13ca7f82839a68b9fb25d4958b5c2a458a89aedd (diff) | |
download | moa-id-spss-3d969a7b02f3e23a1b29150b5c39add8dcb146e1.tar.gz moa-id-spss-3d969a7b02f3e23a1b29150b5c39add8dcb146e1.tar.bz2 moa-id-spss-3d969a7b02f3e23a1b29150b5c39add8dcb146e1.zip |
fix problem with responsive design in BKU-Selection template
Diffstat (limited to 'id/server/data/deploy/conf/moa-id')
-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 fe8cb83c5..a29b1d7bb 100644 --- a/id/server/data/deploy/conf/moa-id/htmlTemplates/loginFormFull.html +++ b/id/server/data/deploy/conf/moa-id/htmlTemplates/loginFormFull.html @@ -742,7 +742,7 @@ } } function onChangeChecks() { - if (top.innerWidth < 650) { + if (self.innerWidth < 650) { document.getElementById("moaidform").setAttribute("target","_parent"); } else { document.getElementById("moaidform").removeAttribute("target"); |