Commit: b85b0510a7867fa595446bb5a8693cf0a5dab5e9 Author: Levi Morrison <[email protected]> Mon, 15 Jul 2013 09:21:24 -0600 Parents: bd41f601f3e4cd471a4f48e641873738b4d69224 Branches: responsive
Link: http://git.php.net/?p=web/php.git;a=commitdiff;h=b85b0510a7867fa595446bb5a8693cf0a5dab5e9 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
