Commit: d9f9949e25ff56a84ca0538a77b8c117f6b538fc Author: Hannes Magnusson <[email protected]> Tue, 28 Dec 2010 14:19:11 +0000 Parents: a7e58aa8cc3425f38138a063d153e6f737ddf0cb Branches: master
Link: http://git.php.net/?p=web/php.git;a=commitdiff;h=d9f9949e25ff56a84ca0538a77b8c117f6b538fc Log: Fix script location from manual pages Changed paths: M js/common.js Diff: diff --git a/js/common.js b/js/common.js index 4dba57f..28e6c60 100644 --- a/js/common.js +++ b/js/common.js @@ -20,7 +20,7 @@ $(document).ready(function() { }); // load the search index and enable auto-complete. - jQuery.getScript("js/search-index-" + getLanguage() + ".js", function(){ + jQuery.getScript("/js/search-index-" + getLanguage() + ".js", function(){ $('#headsearch-keywords').autocomplete({ delay: 50, minScore: 75, -- PHP Webmaster List Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php
