Commit:    f0674f2a3f8e46e317b208d384bcbdb1c7176087
Author:    Peter Cowburn <[email protected]>         Tue, 11 Nov 2014 
20:18:55 +0000
Parents:   b6b31dda57efe5acb66fca625c2355460f557891
Branches:  master

Link:       
http://git.php.net/?p=web/master.git;a=commitdiff;h=f0674f2a3f8e46e317b208d384bcbdb1c7176087

Log:
don't want two jquerys (bug #68404)

web/shared loads jQuery in the footer

Bugs:
https://bugs.php.net/68404

Changed paths:
  M  include/functions.inc


Diff:
diff --git a/include/functions.inc b/include/functions.inc
index be94f66..8ccae74 100644
--- a/include/functions.inc
+++ b/include/functions.inc
@@ -55,7 +55,6 @@ function foot($secondscreen = null) {
     $SECONDSCREEN = $secondscreen;
 
     $JS = array(
-        "//ajax.googleapis.com/ajax/libs/jquery/1.3.2/jquery.min.js",
     );
     if (strstr($_SERVER["SCRIPT_FILENAME"], "users.php")) {
         array_push(


--
PHP Webmaster List Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to