- Safari 3 and above now fully supported in admin interface.

This commit is contained in:
JT Smith 2007-07-07 21:55:20 +00:00
parent e04443c6ee
commit 6ce94b078d
4 changed files with 8 additions and 6 deletions

View file

@ -431,7 +431,7 @@ sub getToolbar {
#-------------------------------------------------------------------
sub getRichEditor {
my $self = shift;
return '' if ($self->getValue('disableRichEditor') || $self->session->env->get("HTTP_USER_AGENT") =~ /Safari/);
return '' if ($self->getValue('disableRichEditor'));
my $nameId = shift;
#my @toolbarRows = grep{@$_} map{[split "\n", $self->getValue("toolbarRow$_")]} (1..3);
my @toolbarRows = map{[split "\n", $self->getValue("toolbarRow$_")]} (1..3);