From 82ab26a0d201bf24aba85e058e1cb23928a4b44a Mon Sep 17 00:00:00 2001 From: Thomas Kasulke Date: Fri, 2 Mar 2007 11:38:28 +0000 Subject: [PATCH] show_history.js in header eingebunden --- bin/mozilla/oe.pl | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/bin/mozilla/oe.pl b/bin/mozilla/oe.pl index 3bc2211a3..1e105aac2 100644 --- a/bin/mozilla/oe.pl +++ b/bin/mozilla/oe.pl @@ -698,7 +698,9 @@ sub form_header { } $form->{"javascript"} .= qq||; - + # show history button js + $form->{javascript} .= qq||; + #/show history button js $form->header; print qq| -- 2.20.1