mirror of
https://github.com/scratchfoundation/scratchx.git
synced 2024-11-25 00:58:05 -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) {
|
||||
sendURLtoFlash($(e.target).siblings('input[type="text"]').val());
|
||||
sendURLtoFlash($(e.target).siblings('input[type="text"]').val());
|
||||
});
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue