replaced kaukkarit with asw on infoscreen

This commit is contained in:
okalintu
2016-09-13 17:10:32 +03:00
parent b8b005da86
commit 4733cdaa2b
2 changed files with 2 additions and 2 deletions
Binary file not shown.

After

Width:  |  Height:  |  Size: 101 KiB

@@ -14,8 +14,8 @@ app.controller('infoscreen_main', function($scope,$timeout){
template: "/static/html/test1.html?img=otaolut", template: "/static/html/test1.html?img=otaolut",
onload: function(){$scope.imagepath = "/static/img/otaolutbanner.jpg";} onload: function(){$scope.imagepath = "/static/img/otaolutbanner.jpg";}
},{ },{
template: "/static/html/test1.html?img=kaukkarit", template: "/static/html/test1.html?img=asw",
onload: function(){$scope.imagepath = "/static/img/kaukkarit.jpg";} onload: function(){$scope.imagepath = "/static/img/asw.png";}
},{ },{
template: "/static/html/test1.html?img=fujitsu", template: "/static/html/test1.html?img=fujitsu",
onload: function(){$scope.imagepath = "/static/img/fujitsu.png";} onload: function(){$scope.imagepath = "/static/img/fujitsu.png";}