MDL-16637 removing obsoleted spellchecker support

This commit is contained in:
skodak 2008-09-23 15:12:07 +00:00
parent 5d0b1e40c1
commit 53b20fe35a
19 changed files with 18 additions and 1522 deletions

View file

@ -6,10 +6,6 @@
die('Direct access to this script is forbidden.'); /// It must be included from a Moodle page
}
if (!empty($CFG->aspellpath)) { // Enable global access to spelling feature.
echo '<script type="text/javascript" src="'.$CFG->httpswwwroot.'/lib/speller/spellChecker.js"></script>'."\n";
}
if (!empty($CFG->editorsrc) ) {
foreach ( $CFG->editorsrc as $scriptsource ) {
echo '<script type="text/javascript" src="'. $scriptsource .'"></script>'."\n";