Skip to content

Commit

Permalink
Update crossword.js
Browse files Browse the repository at this point in the history
  • Loading branch information
superdiazzz authored Jul 1, 2023
1 parent 594262c commit c29297c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crossword.js
Original file line number Diff line number Diff line change
Expand Up @@ -389,7 +389,7 @@ var CrosswordUtils = {
html.push("<td class='" + css_class + "' title='" + r + ", " + c + "' id='pos"+ r + "," + c + "' style=\"background-repeat: no-repeat; background-image:url('" + img_url + "')\">");
label++;
} else {
html.push("<td class='" + css_class + "' title='" + r + ", " + c + "'>");
html.push("<td class='" + css_class + "' title='" + r + ", " + c + "' id='pos"+ r + "," + c + "'>");
}

if(show_answers) {
Expand Down

0 comments on commit c29297c

Please sign in to comment.