This commit is contained in:
Max Bradbury 2020-10-08 17:41:41 +01:00
parent 5f6ed54fcc
commit 72dbff8d5e
1 changed files with 2 additions and 2 deletions

View File

@ -100,7 +100,7 @@ $(document).ready(function() {
} }
function handleBitsyGameData() { function handleBitsyGameData() {
let input = $('#bitsy-data').val(); let input = $bitsyData.val();
if ( ! input) { if ( ! input) {
return; return;
@ -488,7 +488,7 @@ $(document).ready(function() {
}); });
$('#save').on('click touchend', function() { $('#save').on('click touchend', function() {
$textArea = $('textarea'); let $textArea = $('textarea');
let newGameData = $textArea.val(); let newGameData = $textArea.val();