Skip to content

Commit

Permalink
Update tuesday.js
Browse files Browse the repository at this point in the history
  • Loading branch information
Kirilllive authored Aug 28, 2024
1 parent 6a45fdd commit d117991
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tuesday.js
Original file line number Diff line number Diff line change
Expand Up @@ -612,7 +612,7 @@ function name_block_update(){
} else {choice.setAttribute("onclick",v+"go_story(true);del_element('tue_choice');"+add_sound());}
tuesday.appendChild(choice);
function add_sound(){
var s='';
let s='';
if(arr_dialog.choice[i].sound){s=get_sound(arr_dialog.choice[i].sound)};
if(arr_dialog.choice[i].sound_stop){s += get_stop_sound(arr_dialog.choice[i].sound_stop)};
return s;
Expand Down

0 comments on commit d117991

Please sign in to comment.