From 3d969a7b02f3e23a1b29150b5c39add8dcb146e1 Mon Sep 17 00:00:00 2001 From: Thomas Lenz Date: Fri, 18 Sep 2015 11:55:25 +0200 Subject: fix problem with responsive design in BKU-Selection template --- id/server/data/deploy/conf/moa-id/htmlTemplates/loginFormFull.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'id/server/data/deploy/conf/moa-id') 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"); -- cgit v1.2.3