mirror of
https://github.com/scratchfoundation/scratchx.git
synced 2024-11-28 18:45:49 -05:00
Don't return the jQuery element when showing a warning
Hopefully this fixes a recursion issue for @khanning. Sometimes returning jQuery objects to Flash causes issues in the serialization step.
This commit is contained in:
parent
eccbbe1660
commit
c788ab649e
1 changed files with 0 additions and 1 deletions
|
@ -276,7 +276,6 @@ function JSshowWarning(extensionData) {
|
|||
e.preventDefault();
|
||||
$(document).trigger("modal:exit")
|
||||
});
|
||||
return $modal;
|
||||
}
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue