Skip to content
Snippets Groups Projects
Commit 56d5a92d authored by Rico van Endern's avatar Rico van Endern
Browse files

fixed img uri

parent 4ef45e34
No related branches found
No related tags found
No related merge requests found
...@@ -56,7 +56,7 @@ this.loaded = function(panel, config) { ...@@ -56,7 +56,7 @@ this.loaded = function(panel, config) {
var cell3 = row.insertCell(2); var cell3 = row.insertCell(2);
cell1.innerHTML = gericht.gericht; cell1.innerHTML = gericht.gericht;
cell2.innerHTML = gericht.art; cell2.innerHTML = gericht.art;
cell3.innerHTML = '<img src="../panels/mensaPlan/img/'+gericht.kategorie+'" />'; cell3.innerHTML = '<img src="panels/mensaPlan/img/'+gericht.kategorie+'" />';
j++; j++;
} }
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment