From 55656d931a05f533e11b8a3860c5dce4c66c88ca Mon Sep 17 00:00:00 2001 From: BlueRaja Date: Sat, 18 Aug 2012 19:50:20 -0500 Subject: Preloading of path images --- includes/header.php | 10 ++++++++++ includes/maps.php | 16 +--------------- 2 files changed, 11 insertions(+), 15 deletions(-) diff --git a/includes/header.php b/includes/header.php index 4e19fad..f9b0f18 100644 --- a/includes/header.php +++ b/includes/header.php @@ -56,7 +56,17 @@ function hideSignin() { } function htmlFooter() { + //Preload the path-images and add the google-analytics script ?> +
+ + + + + + + +
"; - $maptable = "$preloaddiv - + $maptable = "
$maptable
"; -- cgit v1.2.3