fixed some javascript bugs

This commit is contained in:
JT Smith 2005-05-23 19:32:07 +00:00
parent fd57cbaa51
commit 55d73e193a
4 changed files with 32 additions and 27 deletions

View file

@ -427,7 +427,6 @@ sub getRichEditor {
directionality => $self->getValue("directionality"),
theme_advanced_toolbar_location => $self->getValue("toolbarLocation"),
extended_valid_elements => $self->getValue("extendedValidElements"),
# theme_advanced_path_location => $self->getValue("pathLocation"),
);
foreach my $button (@toolbarButtons) {
push(@plugins,"table") if ($button eq "tablecontrols");