aboutsummaryrefslogtreecommitdiffstats
path: root/view/theme/dispy-dark/theme.php
diff options
context:
space:
mode:
authorSimon L'nu <simon.lnu@gmail.com>2012-03-17 01:55:40 -0400
committerSimon L'nu <simon.lnu@gmail.com>2012-03-17 01:55:40 -0400
commit87fdae2dd8bdb9e01ce3d98f6ea94d83664cb4c2 (patch)
tree3efef935b0bf8fce131226cee7ee36ba2f53d514 /view/theme/dispy-dark/theme.php
parent2b06b081d32666ed62e47e7e224c8b4b27d4e9d5 (diff)
downloadvolse-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.php3
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() {