George S. Baugh vor 5 Jahren
Ursprung
Commit
4ef9483555
1 geänderte Dateien mit 1 neuen und 0 gelöschten Zeilen
  1. 1 0
      www/scripts/post.js

+ 1 - 0
www/scripts/post.js

@@ -15,4 +15,5 @@ function add2tags(id) {
     newOption.innerText = input.value;
     newOption.selected = true;
     select.appendChild(newOption);
+    input.value= '';
 }