George S. Baugh %!s(int64=5) %!d(string=hai) anos
pai
achega
4ef9483555
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  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= '';
 }