diff --git a/lib/WebGUI/Form/Submit.pm b/lib/WebGUI/Form/Submit.pm index 5dbff9da2..21acc9513 100644 --- a/lib/WebGUI/Form/Submit.pm +++ b/lib/WebGUI/Form/Submit.pm @@ -61,10 +61,6 @@ sub new { my ( $class, @args ) = @_; my $self = $class->SUPER::new( @args ); $self->set( 'type' => 'submit' ); - if ( !$self->get('extras') ) { - my $i18n = WebGUI::International->new($self->session, 'WebGUI'); - $self->set( 'extras' => 'class="forwardButton" onclick="this.value\'' . $i18n->get(452) . '\'"' ); - } return $self; }