Skip to content

Commit

Permalink
Fix debug log button not working
Browse files Browse the repository at this point in the history
  • Loading branch information
Neriderc committed Aug 27, 2024
1 parent 9f5d87f commit bfcef08
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions resources/javascript/gvexport.js
Original file line number Diff line number Diff line change
Expand Up @@ -392,8 +392,8 @@ function showHelp(item) {
helpText = '<div class="settings_list_item">' + msg[0].toLocaleString() + ": " + msg[1] + '</div>' + helpText; // most recent first
});
helpText = '<h3>' + TRANSLATE['Message history']+ '</h3>' + helpText;
} else {
helpText = getHelpText(item);
} else if (item === 'enable_debug_mode') {
helpText = '<textarea cols=50 rows=20 onclick=\"this.select()\">' + debug_string + '</textarea>';
}
let content = "<p>" + helpText + "</p>";
showModal(content);
Expand Down

0 comments on commit bfcef08

Please sign in to comment.