Commit: 7a18de3bf32710a7574024bfdc96d2f8473d6bd6 Author: Hannes Magnusson <[email protected]> Mon, 30 Dec 2013 13:02:42 -0800 Parents: 400a5bd7bb23a4f1308803838c60f7ff8e5b4877 Branches: master
Link: http://git.php.net/?p=web/php.git;a=commitdiff;h=7a18de3bf32710a7574024bfdc96d2f8473d6bd6 Log: This isn't used anymore Changed paths: M js/common.js Diff: diff --git a/js/common.js b/js/common.js index 0909c12..6e2267a 100755 --- a/js/common.js +++ b/js/common.js @@ -308,10 +308,6 @@ $(window).load(function() $(document).ready(function() { - // Ugh, cookie handling. - var cookies = document.cookie.split(";"); - - var $docs = $('.docs'); var $refsect1 = $docs.find('.refentry .refsect1'); var $docsDivWithId = $docs.find('div[id]'); -- PHP Webmaster List Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php
