diff options
author | Thomas Lenz <tlenz@iaik.tugraz.at> | 2017-10-03 16:21:15 +0200 |
---|---|---|
committer | Thomas Lenz <tlenz@iaik.tugraz.at> | 2017-10-03 16:21:15 +0200 |
commit | a2f3140358be730c86acac9d77ff4df282cbf1e4 (patch) | |
tree | 1b2c85f0abafeaedab9bbda097cc44cc69d527be /id/server/moa-id-frontend-resources/src/main/resources/mainGUI/iframeLBKUdetect.html | |
parent | 2736109c0928c0c1edb787d54e91bf67bbaad849 (diff) | |
download | moa-id-spss-a2f3140358be730c86acac9d77ff4df282cbf1e4.tar.gz moa-id-spss-a2f3140358be730c86acac9d77ff4df282cbf1e4.tar.bz2 moa-id-spss-a2f3140358be730c86acac9d77ff4df282cbf1e4.zip |
update template builder to support OA specific BKU detection templates
Diffstat (limited to 'id/server/moa-id-frontend-resources/src/main/resources/mainGUI/iframeLBKUdetect.html')
-rw-r--r-- | id/server/moa-id-frontend-resources/src/main/resources/mainGUI/iframeLBKUdetect.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/id/server/moa-id-frontend-resources/src/main/resources/mainGUI/iframeLBKUdetect.html b/id/server/moa-id-frontend-resources/src/main/resources/mainGUI/iframeLBKUdetect.html index 54dc9d910..261e19a33 100644 --- a/id/server/moa-id-frontend-resources/src/main/resources/mainGUI/iframeLBKUdetect.html +++ b/id/server/moa-id-frontend-resources/src/main/resources/mainGUI/iframeLBKUdetect.html @@ -24,7 +24,7 @@ document.write('</form>'); try { document.bkudetectform.submit(); - } catch(e) {} + } catch(e) {console.log(e)} } //--> </script> |