when flipping between Tree and View tabs with edit on, clear out the containers for the toolbars before re-adding the toolbars -- this time in YUI

This commit is contained in:
Scott Walters 2013-09-12 12:03:41 -05:00
parent 6dbc6697c5
commit c19c3503d4
5 changed files with 26 additions and 13 deletions

View file

@ -66,6 +66,8 @@ sub call {
my $self = shift;
my $env = shift;
local $SIG{USR1} = sub { Carp::confess; };
##Enable size limiting
$env->{'psgix.harakiri'} = 1;