Commit: f7608947fa81d300f9590a6685f8e8dc8aa736be Author: Hannes Magnusson <[email protected]> Fri, 29 Nov 2013 11:01:04 -0800 Parents: 5d8785d0d89c3702a86c8180c4135f1b19c2473b Branches: master
Link: http://git.php.net/?p=web/php.git;a=commitdiff;h=f7608947fa81d300f9590a6685f8e8dc8aa736be Log: typo Changed paths: M js/common.js Diff: diff --git a/js/common.js b/js/common.js index 075ed49..a077893 100755 --- a/js/common.js +++ b/js/common.js @@ -202,7 +202,7 @@ $(document).ready(function() { var containerIDhash = '#' + settings.containerID; var containerHoverIDHash = '#'+settings.containerHoverID; - $('body').append('<a href="#" id="'+settings.containerID+'" onclick="return false;"><img src="/images/[email protected]" width="40" hieght="40" alt="'+settings.text+'"/></a>'); + $('body').append('<a href="#" id="'+settings.containerID+'" onclick="return false;"><img src="/images/[email protected]" width="40" height="40" alt="'+settings.text+'"/></a>'); $(containerIDhash).hide().click(function(){ $('html, body').animate({scrollTop:0}, settings.scrollSpeed, settings.easingType); $('#'+settings.containerHoverID, this).stop().animate({'opacity': 0 }, settings.inDelay, settings.easingType); -- PHP Webmaster List Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php
