Skip to content
Snippets Groups Projects
Commit bbbf5853 authored by Michael Hamann's avatar Michael Hamann
Browse files

Added missing ";" in edit.js

parent 134b7bd9
No related branches found
No related tags found
No related merge requests found
......@@ -308,7 +308,7 @@ addInitEvent(function (){
if(textChanged) {
return LANG.notsavedyet;
}
}
};
window.onunload = deleteDraft;
// reset change memory var on submit
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment