It was also called from noteCreated() but that triggered page.unload() via OSM.router.route().
createNote(location, text, (feature) => {
content.find("textarea").val("");
addCreatedNoteMarker(feature);
createNote(location, text, (feature) => {
content.find("textarea").val("");
addCreatedNoteMarker(feature);
addNoteButton.removeClass("active");
OSM.router.route("/note/" + feature.properties.id);
});
addNoteButton.removeClass("active");
OSM.router.route("/note/" + feature.properties.id);
});