diff options
author | Simon L'nu <simon.lnu@gmail.com> | 2012-03-16 20:29:02 -0400 |
---|---|---|
committer | Simon L'nu <simon.lnu@gmail.com> | 2012-03-16 20:29:02 -0400 |
commit | 368d93625dc7ac206b3dbb85af15dc90f593fcd7 (patch) | |
tree | c4574eae6f2aaf68c50ccc1022944e0e1c45760b | |
parent | 6bc2d58a98d2756b16b4a6bdf2997348d0d65883 (diff) | |
download | volse-hubzilla-368d93625dc7ac206b3dbb85af15dc90f593fcd7.tar.gz volse-hubzilla-368d93625dc7ac206b3dbb85af15dc90f593fcd7.tar.bz2 volse-hubzilla-368d93625dc7ac206b3dbb85af15dc90f593fcd7.zip |
make auto-complete in darkzero-NS. other themes can use this easily. might need to edit the id it hooks into
Signed-off-by: Simon L'nu <simon.lnu@gmail.com>
-rwxr-xr-x | view/theme/darkzero-NS/theme.php | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/view/theme/darkzero-NS/theme.php b/view/theme/darkzero-NS/theme.php index 2d3e4fd56..3598e34f2 100755 --- a/view/theme/darkzero-NS/theme.php +++ b/view/theme/darkzero-NS/theme.php @@ -52,6 +52,9 @@ $('.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"); + }); |