Commit: feb4892523f573f659415a30f57970573269199d Author: Hannes Magnusson <[email protected]> Tue, 31 Dec 2013 12:59:04 -0800 Parents: 9b41f169935ee96b55069587feac9225fe6f343f Branches: master
Link: http://git.php.net/?p=web/people.git;a=commitdiff;h=feb4892523f573f659415a30f57970573269199d Log: jQuery is now included globally Changed paths: M include/layout.php Diff: diff --git a/include/layout.php b/include/layout.php index 16c0866..daf1f9c 100644 --- a/include/layout.php +++ b/include/layout.php @@ -16,7 +16,6 @@ function site_header($title) { function site_footer($config = array()) { $JS = array( - "//ajax.googleapis.com/ajax/libs/jquery/1.3.2/jquery.min.js", "//people.php.net/js/jquery.autocomplete.min.js", "//people.php.net/js/userlisting.php", "//people.php.net/js/search.js", -- PHP Webmaster List Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php
