mirror of
https://github.com/scratchfoundation/scratchx.git
synced 2025-02-16 11:09:44 -05:00
Whitespace
This commit is contained in:
parent
aade567779
commit
227bda3d10
1 changed files with 1 additions and 1 deletions
|
@ -141,7 +141,7 @@ function sendURLtoFlash(url) {
|
||||||
}
|
}
|
||||||
|
|
||||||
$("[data-action='load-url'] button").click(function(e) {
|
$("[data-action='load-url'] button").click(function(e) {
|
||||||
sendURLtoFlash($(e.target).siblings('input[type="text"]').val());
|
sendURLtoFlash($(e.target).siblings('input[type="text"]').val());
|
||||||
});
|
});
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue