Commit: d18131f28adffda5a8f246995b43b2a0d88cd047 Author: Levi Morrison <[email protected]> Mon, 15 Jul 2013 09:21:24 -0600 Parents: 800ab75e83afc0e3825093eaf1d239f32edacbb6 Branches: master
Link: http://git.php.net/?p=web/php.git;a=commitdiff;h=d18131f28adffda5a8f246995b43b2a0d88cd047 Log: Removed code left over from debugging. Changed paths: M js/common.js Diff: diff --git a/js/common.js b/js/common.js index 8095588..d7a1f7f 100644 --- a/js/common.js +++ b/js/common.js @@ -202,7 +202,6 @@ $(document).ready(function() { var $param = $(param); if ($param.text() == $nodeText) { $node.click(function() { - console.log("Clicked parameter"); $.scrollTo($param, 600, {'offset':{'top':scrollHeightOfHeadnav}}); }); } -- PHP Webmaster List Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php
