diff options
author | zottel <github@zottel.net> | 2012-03-18 01:02:30 +0100 |
---|---|---|
committer | zottel <github@zottel.net> | 2012-03-18 01:02:30 +0100 |
commit | df78c9be0bab909dfa8cf196f7aaa4ea3423be8c (patch) | |
tree | 2dafebccd7de10089eef3dd1356a5760a280b590 /view/theme/dispy-dark/theme.php | |
parent | 3bbd82abb3b33f041ec35b85de5bddcd79ed5471 (diff) | |
parent | 26258bca77aa3385dacf36874f7f5603eaef9a6b (diff) | |
download | volse-hubzilla-df78c9be0bab909dfa8cf196f7aaa4ea3423be8c.tar.gz volse-hubzilla-df78c9be0bab909dfa8cf196f7aaa4ea3423be8c.tar.bz2 volse-hubzilla-df78c9be0bab909dfa8cf196f7aaa4ea3423be8c.zip |
Merge remote branch 'upstream/master'
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() { |