From 94969de4f8ceb89f1e87c84999fedb96c96c1e80 Mon Sep 17 00:00:00 2001 From: Trevor Parscal Date: Fri, 10 Sep 2010 20:41:07 +0000 Subject: [PATCH] Moved fixaplha to run after scripts are loaded - otherwise the function isn't ready yet. --- skins/Vector.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/skins/Vector.php b/skins/Vector.php index 5771670cdd..16af0c0c54 100644 --- a/skins/Vector.php +++ b/skins/Vector.php @@ -549,10 +549,10 @@ class VectorTemplate extends QuickTemplate {
+ html( 'bottomscripts' ); /* JS call to runBodyOnloadHook */ ?> - html( 'bottomscripts' ); /* JS call to runBodyOnloadHook */ ?> html( 'reporttime' ) ?> data['debug'] ): ?> -- 2.20.1