Skip to content
Snippets Groups Projects
Commit 71e081ec authored by Tor-Einar Skog's avatar Tor-Einar Skog
Browse files

New commit

parent 3f72c0f5
Branches
Tags
No related merge requests found
...@@ -292,8 +292,6 @@ function addWateringLine() ...@@ -292,8 +292,6 @@ function addWateringLine()
'</fieldset>'].join("\n"); '</fieldset>'].join("\n");
var tempDiv = document.createElement("div"); var tempDiv = document.createElement("div");
tempDiv.innerHTML = wateringLineHtml; tempDiv.innerHTML = wateringLineHtml;
//var newLine = document.getElementById("wateringsNewLine").firstChild; //var newLine = document.getElementById("wateringsNewLine").firstChild;
document.getElementById("waterings").appendChild(tempDiv.firstChild); document.getElementById("waterings").appendChild(tempDiv.firstChild);
// Add date picker if necessary // Add date picker if necessary
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment