Reset flag modal when the modal is loaded (#594)

This commit is contained in:
Kevin Chung
2018-03-21 17:35:50 -04:00
committed by GitHub
parent 6a9f217cd5
commit 352e2503a6

View File

@@ -111,6 +111,8 @@ $(document).ready(function () {
var option = "<option value='{0}'>{1}</option>".format(key, data[key]);
$("#create-keys-select").append(option);
}
$("#create-keys-entry-div").empty();
$("#create-keys-button-div").hide();
$("#create-keys").modal();
});
});