From bbad02a5a1c78b56210c6f9cd85261106ff29aef Mon Sep 17 00:00:00 2001 From: Marc Delisle Date: Fri, 26 Mar 2010 18:03:06 -0400 Subject: [PATCH] fit with new sql.php jQuery --- tbl_replace.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tbl_replace.php b/tbl_replace.php index 4e3e7cae2..ef6973a33 100644 --- a/tbl_replace.php +++ b/tbl_replace.php @@ -430,7 +430,8 @@ if (isset($return_to_sql_query)) { $GLOBALS['js_include'][] = 'tbl_change.js'; $GLOBALS['js_include'][] = 'functions.js'; // in case we call sql.php which needs those: -$GLOBALS['js_include'][] = 'mootools-more.js'; +$GLOBALS['js_include'][] = 'jquery/jquery-1.4.2-min.js'; +$GLOBALS['js_include'][] = 'jquery/jquery-ui-1.8.custom.min.js'; $active_page = $goto_include;