aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Lenz <tlenz@iaik.tugraz.at>2016-04-08 13:39:48 +0200
committerThomas Lenz <tlenz@iaik.tugraz.at>2016-04-08 13:39:48 +0200
commit5b3041239452f0f064a6fea1e68e9b2c96a181f2 (patch)
tree124e1bd101786b9325469aa4504a7a60f13634be
parentbdbd8c8e6323f79713e4872e07b87daf258a07bb (diff)
downloadmoa-id-spss-5b3041239452f0f064a6fea1e68e9b2c96a181f2.tar.gz
moa-id-spss-5b3041239452f0f064a6fea1e68e9b2c96a181f2.tar.bz2
moa-id-spss-5b3041239452f0f064a6fea1e68e9b2c96a181f2.zip
fix type in javascript template
-rw-r--r--id/server/data/deploy/conf/moa-id/htmlTemplates/javascript_tempalte.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/id/server/data/deploy/conf/moa-id/htmlTemplates/javascript_tempalte.js b/id/server/data/deploy/conf/moa-id/htmlTemplates/javascript_tempalte.js
index eadb65b2b..a463bae65 100644
--- a/id/server/data/deploy/conf/moa-id/htmlTemplates/javascript_tempalte.js
+++ b/id/server/data/deploy/conf/moa-id/htmlTemplates/javascript_tempalte.js
@@ -142,7 +142,7 @@ function isIE() {
var image = document.getElementById("bkuimage");
var srcatt = image.getAttribute("src");
var last = srcatt.substring(srcatt.lastIndexOf('/')+1);
- srcatt = srcatt.replace(last,'online-bku-deactivated.png');
+ srcatt = srcatt.replace(last,'karte_deactivated.png');
image.setAttribute("src",srcatt);