Skip to content
Snippets Groups Projects
Commit 480c7e7b authored by srosse's avatar srosse
Browse files

OO-3937: close the editor sync

parent 5509ff30
No related branches found
No related tags found
No related merge requests found
...@@ -14,7 +14,7 @@ ...@@ -14,7 +14,7 @@
} }
if (msgId === 'UI_Close' || msgId === 'close' /* deprecated */) { if (msgId === 'UI_Close' || msgId === 'close' /* deprecated */) {
$r.backgroundCommand("close"); $r.openJavaScriptCommand("close"));
} }
}); });
}); });
......
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