?
This commit is contained in:
parent
5f6ed54fcc
commit
72dbff8d5e
@ -100,7 +100,7 @@ $(document).ready(function() {
|
||||
}
|
||||
|
||||
function handleBitsyGameData() {
|
||||
let input = $('#bitsy-data').val();
|
||||
let input = $bitsyData.val();
|
||||
|
||||
if ( ! input) {
|
||||
return;
|
||||
@ -488,7 +488,7 @@ $(document).ready(function() {
|
||||
});
|
||||
|
||||
$('#save').on('click touchend', function() {
|
||||
$textArea = $('textarea');
|
||||
let $textArea = $('textarea');
|
||||
|
||||
let newGameData = $textArea.val();
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user