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

pfad

parent b65936b7
No related branches found
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