diff options
author | zottel <github@zottel.net> | 2012-03-17 02:25:22 +0100 |
---|---|---|
committer | zottel <github@zottel.net> | 2012-03-17 02:25:22 +0100 |
commit | 3bbd82abb3b33f041ec35b85de5bddcd79ed5471 (patch) | |
tree | 8cb7d68340d40e78e8a8ea2a1618250749a6edb9 /view | |
parent | c56e3c5dd4bcbb949282fd3b4c065ccfd4673726 (diff) | |
parent | 4a6f114ec008002f439214aac1d006d8db4051ac (diff) | |
download | volse-hubzilla-3bbd82abb3b33f041ec35b85de5bddcd79ed5471.tar.gz volse-hubzilla-3bbd82abb3b33f041ec35b85de5bddcd79ed5471.tar.bz2 volse-hubzilla-3bbd82abb3b33f041ec35b85de5bddcd79ed5471.zip |
Merge remote branch 'upstream/master'
Diffstat (limited to 'view')
-rwxr-xr-x | view/theme/darkzero-NS/theme.php | 3 | ||||
-rw-r--r-- | view/theme/dispy/theme.php | 3 |
2 files changed, 0 insertions, 6 deletions
diff --git a/view/theme/darkzero-NS/theme.php b/view/theme/darkzero-NS/theme.php index 3598e34f2..2d3e4fd56 100755 --- a/view/theme/darkzero-NS/theme.php +++ b/view/theme/darkzero-NS/theme.php @@ -52,9 +52,6 @@ $('.savedsearchterm').hover( $('#drop-' + id).removeClass('icon');$('#drop-' + id).removeClass('drophide'); $('#drop-' + id).addClass('iconspacer');} ); - // make auto-complete work in more places - $(".wall-item-comment-wrapper textarea").contact_autocomplete(baseurl+"/acl"); - }); diff --git a/view/theme/dispy/theme.php b/view/theme/dispy/theme.php index 9f0fcba82..26e07b1f7 100644 --- a/view/theme/dispy/theme.php +++ b/view/theme/dispy/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() { |