Remove unused timer from new note js controller
This commit is contained in:
parent
6042632806
commit
f6141277d5
1 changed files with 0 additions and 2 deletions
|
@ -139,8 +139,6 @@ OSM.NewNote = function (map) {
|
|||
|
||||
newNote.on("remove", function () {
|
||||
addNoteButton.removeClass("active");
|
||||
}).on("dragstart", function () {
|
||||
$(newNote).stopTime("removenote");
|
||||
}).on("dragend", function () {
|
||||
content.find("textarea").focus();
|
||||
});
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue