diff options
author | brettp <brettp@36083f99-b078-4883-b0ff-0f9b5a30f544> | 2011-02-18 19:38:38 +0000 |
---|---|---|
committer | brettp <brettp@36083f99-b078-4883-b0ff-0f9b5a30f544> | 2011-02-18 19:38:38 +0000 |
commit | c46233a8a32bb6848f85c70d015f7b9f9dd73ad1 (patch) | |
tree | db976f5cd33315461074e2aad888053531386805 /mod/thewire | |
parent | bfaf5cff810230712986a4ea9c01e09521fb7f25 (diff) | |
download | elgg-c46233a8a32bb6848f85c70d015f7b9f9dd73ad1.tar.gz elgg-c46233a8a32bb6848f85c70d015f7b9f9dd73ad1.tar.bz2 |
Removing unneeded @copyright and @license tags.
git-svn-id: http://code.elgg.org/elgg/trunk@8295 36083f99-b078-4883-b0ff-0f9b5a30f544
Diffstat (limited to 'mod/thewire')
-rw-r--r-- | mod/thewire/views/default/thewire/scripts/counter.js | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/mod/thewire/views/default/thewire/scripts/counter.js b/mod/thewire/views/default/thewire/scripts/counter.js index 7486bd1de..0d416fa9a 100644 --- a/mod/thewire/views/default/thewire/scripts/counter.js +++ b/mod/thewire/views/default/thewire/scripts/counter.js @@ -2,10 +2,6 @@ * Elgg thewire text counter * * @package ElggTheWire - * @license http://www.gnu.org/licenses/old-licenses/gpl-2.0.html GNU Public License version 2 - * @author Curverider <info@elgg.com> - * @copyright Curverider Ltd 2008-2010 - * @link http://elgg.com/ * * @question - do we want users to be able to edit thewire? * @@ -26,4 +22,4 @@ function textCounter(field,cntfield,maxlimit) { // otherwise, update 'characters left' counter cntfield.value = maxlimit - field.value.length; } -}
\ No newline at end of file +} |