diff options
author | Simon L'nu <simon.lnu@gmail.com> | 2012-03-17 01:55:40 -0400 |
---|---|---|
committer | Simon L'nu <simon.lnu@gmail.com> | 2012-03-17 01:55:40 -0400 |
commit | 87fdae2dd8bdb9e01ce3d98f6ea94d83664cb4c2 (patch) | |
tree | 3efef935b0bf8fce131226cee7ee36ba2f53d514 /view/theme/dispy-dark/theme.php | |
parent | 2b06b081d32666ed62e47e7e224c8b4b27d4e9d5 (diff) | |
download | volse-hubzilla-87fdae2dd8bdb9e01ce3d98f6ea94d83664cb4c2.tar.gz volse-hubzilla-87fdae2dd8bdb9e01ce3d98f6ea94d83664cb4c2.tar.bz2 volse-hubzilla-87fdae2dd8bdb9e01ce3d98f6ea94d83664cb4c2.zip |
[fix] whitespace in photo_view and like_noshare. dispy-dark clean up
Signed-off-by: Simon L'nu <simon.lnu@gmail.com>
Diffstat (limited to 'view/theme/dispy-dark/theme.php')
-rw-r--r-- | view/theme/dispy-dark/theme.php | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/view/theme/dispy-dark/theme.php b/view/theme/dispy-dark/theme.php index b57971db9..700136173 100644 --- a/view/theme/dispy-dark/theme.php +++ b/view/theme/dispy-dark/theme.php @@ -108,9 +108,6 @@ $(document).ready(function() { $(this).css({color: '#eec'}); }); - // make auto-complete work in more places - $(".wall-item-comment-wrapper textarea").contact_autocomplete(baseurl+"/acl"); - /* $('#profile-photo-wrapper').mouseover(function() { $('.profile-edit-side-div').css({display: 'block'}); }).mouseout(function() { |