diff --git a/main.js b/main.js index 0891a1b..ba6cb1d 100644 --- a/main.js +++ b/main.js @@ -150,7 +150,7 @@ function addDistrict() { } itemCounter++; //console.log(itemCounter); - var item = '
Activate district to add/remove polygons
DeleteClick to delete district
'; + var item = '
Activate district to add/remove polygons
DeleteClick to delete district
'; var content = document.getElementById('add-district'); content.insertAdjacentHTML('beforebegin', item); @@ -285,4 +285,4 @@ function createOutput() { } } document.getElementById("textareabox").innerHTML = mapshape; -} \ No newline at end of file +}