Keep input data after adding records to ease adding of several similar records.

This commit is contained in:
Jens Meißner 2017-08-29 12:00:52 +02:00
parent 016183f244
commit 058cafb6d7

View file

@ -304,11 +304,6 @@ function addRecord() {
$('#table-records>tbody>tr').last().find('span.glyphicon-trash').click(trashClicked);
$('#table-records>tbody>tr').last().find('span.glyphicon-share').click(remoteClicked);
requestSerial();
$('#addName').val("");
$('#addType').val("A").change();
$('#addContent').val("");
$('#addPrio').val("");
$('#addTtl').val("");
},
"json"
);