From abb98084f8c886e056f30a9f4847728b0ba428de Mon Sep 17 00:00:00 2001 From: Marc Delisle Date: Mon, 7 Mar 2011 17:52:11 -0500 Subject: [PATCH] This js segment calls jQuery so move it after the jQuery library is loaded --- pmd_general.php | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/pmd_general.php b/pmd_general.php index 434a6305a..6da6b2e7a 100644 --- a/pmd_general.php +++ b/pmd_general.php @@ -27,6 +27,13 @@ $hidden = "hidden"; Designer + $GLOBALS['lang']); +if (isset($GLOBALS['db'])) { + $params['db'] = $GLOBALS['db']; +} +require_once './libraries/header_scripts.inc.php'; +?> - $GLOBALS['lang']); -if (isset($GLOBALS['db'])) { - $params['db'] = $GLOBALS['db']; -} -require_once './libraries/header_scripts.inc.php'; -?>