- Safari 3 and above now fully supported in admin interface.
This commit is contained in:
parent
e04443c6ee
commit
6ce94b078d
4 changed files with 8 additions and 6 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue