Skip to content

Commit

Permalink
Spell-button to second row
Browse files Browse the repository at this point in the history
  • Loading branch information
julmis committed Aug 26, 2004
1 parent b7eccbf commit 8009ff2
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions lib/weblib.php
Expand Up @@ -2607,8 +2607,6 @@ function print_speller_code ($usehtmleditor=false) {
echo "\tspeller._editor=editor;\n";
echo "\tspeller.openChecker();\n";
echo "}\n";
echo "config.registerButton(\"spell-check\", \"spell-check\", \"". $CFG->wwwroot ."/lib/speller/spell.gif\", false, spellClickHandler);\n";
echo "config.toolbar.push([\"spell-check\"]);\n";
}
}

Expand Down

0 comments on commit 8009ff2

Please sign in to comment.