Skip to content

Commit

Permalink
Fixed spelling
Browse files Browse the repository at this point in the history
  • Loading branch information
eSilverStrike committed Jan 28, 2022
1 parent 2fbb322 commit 4b6e858
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion public_html/admin/plugins/polls/index.php
Original file line number Diff line number Diff line change
Expand Up @@ -476,7 +476,7 @@ function editpoll($pid = '')
$poll_templates->set_var('noscript', COM_getNoScript(false, ''));

// Add JavaScript
// Hide the Advanced Editor as Javascript is required. If JS is enabled then the JS below will un-hide it
// Hide the Advanced Editor as JavaScript is required. If JS is enabled then the JS below will un-hide it
$js = 'document.getElementById("advanced_editor").style.display="";';
$_SCRIPTS->setJavaScript($js, true);
$_SCRIPTS->setJavaScriptFile('polls_editor', '/polls/polls_editor.js');
Expand Down

0 comments on commit 4b6e858

Please sign in to comment.