Reset input on init (fixes #296)

This commit is contained in:
minstel
2017-07-22 14:38:39 +07:00
parent cad9c2be5a
commit fadafb57fe

View File

@@ -51,6 +51,7 @@
}
this.listen()
this.reset()
}
Fileinput.prototype.listen = function() {