diff options
author | Cash Costello <cash.costello@gmail.com> | 2009-08-23 21:39:45 +0000 |
---|---|---|
committer | Cash Costello <cash.costello@gmail.com> | 2009-08-23 21:39:45 +0000 |
commit | 6dece54ca3973b9d6f69ef53ea358723ba74684b (patch) | |
tree | fb8ec4be25de9591af0fe44dbc1be1304b9f1ffd /views/default/js | |
parent | a69e45f03359ae0d94697d5cc48c4c29cd213cd8 (diff) | |
download | elgg-6dece54ca3973b9d6f69ef53ea358723ba74684b.tar.gz elgg-6dece54ca3973b9d6f69ef53ea358723ba74684b.tar.bz2 |
lined up the tag button with the text box on the tag menu pop-up for multiple browsers
Diffstat (limited to 'views/default/js')
-rw-r--r-- | views/default/js/tagging.php | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/views/default/js/tagging.php b/views/default/js/tagging.php index 59214db9b..11f195783 100644 --- a/views/default/js/tagging.php +++ b/views/default/js/tagging.php @@ -17,7 +17,6 @@ attached: 'ul#tidypics_phototag_list',
loaderText: '',
inputClass: 'input-filter',
- labelText: "<p><?php echo elgg_echo('tidypics:tagthisphoto'); ?></p>",
delay: 100
});
|