Commit: c2bfb90c016632b2ae5e664f2cfda27cc3f03b69 Author: Dejan Marjanovic <[email protected]> Sun, 15 Dec 2013 21:52:47 +0100 Parents: e5f81e5cc1d458d5c90f6a962a3899951f0992f7 Branches: master
Link: http://git.php.net/?p=web/php.git;a=commitdiff;h=c2bfb90c016632b2ae5e664f2cfda27cc3f03b69 Log: No need for @author when there's git blame Changed paths: M js/common.js Diff: diff --git a/js/common.js b/js/common.js index 8ad3548..1079e21 100755 --- a/js/common.js +++ b/js/common.js @@ -321,7 +321,6 @@ $(document).ready(function() { }); /* {{{ add-user.php animations */ -// @author [email protected] $(function() { if ( ! document.getElementById('add-note-usernotes')) @@ -381,7 +380,6 @@ $(function() { /* }}} */ /* {{{ Flash Messenger */ -// @author [email protected] function flashMessage(options) { var defaults = { -- PHP Webmaster List Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php
