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

innerHtml => innerHTML

parent a205b83a
Branches
No related tags found
No related merge requests found
...@@ -44,7 +44,7 @@ this.loaded = function(panel, config) { ...@@ -44,7 +44,7 @@ this.loaded = function(panel, config) {
for(var i=0;i<gerichte.length;i++){ for(var i=0;i<gerichte.length;i++){
if(counter >= gerichte.length/2){ if(counter >= gerichte.length/2){
tableBody = document.getElementById("mensaPlanTable2Body"); tableBody = document.getElementById("mensaPlanTable2Body");
tableBody.innerHtml = ""; tableBody.innerHTML = "";
j=0; j=0;
} else { } else {
counter++; counter++;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment