Skip to content
Snippets Groups Projects
Commit 0a5bcbbe authored by Tilman Vatteroth's avatar Tilman Vatteroth :robot:
Browse files

Merge branch 'dev'

parents 13c2a30b 118d81cc
Branches
No related tags found
No related merge requests found
...@@ -2,7 +2,7 @@ var lastWerbung=0; ...@@ -2,7 +2,7 @@ var lastWerbung=0;
var werbung = null; var werbung = null;
var werbung_img_display = null; var werbung_img_display = null;
this.loaded=function(panel,config) { this.loaded=function(panel,config) {
$(panel).find("#werbung_display").attr("src", config); $(panel).find("#werbung_display").attr("src", "panels/werbung/img/"+config);
} }
this.show=function() { this.show=function() {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment