parent
2e1f6428e7
commit
8a020b3ec7
1 changed files with 1 additions and 1 deletions
|
@ -60,7 +60,7 @@ OSM.Note = function (map) {
|
|||
}
|
||||
};
|
||||
|
||||
if (name !== "subscribe" && name !== "unsubscribe") {
|
||||
if (name !== "subscribe" && name !== "unsubscribe" && name !== "reopen") {
|
||||
ajaxSettings.data = { text: $("textarea").val() };
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue