aboutsummaryrefslogtreecommitdiffstats
path: root/view/tpl/pdledit.tpl
diff options
context:
space:
mode:
authorMario Vavti <mario@mariovavti.com>2016-04-09 12:16:42 +0200
committerMario Vavti <mario@mariovavti.com>2016-04-09 12:16:42 +0200
commite2b4d33627d5f4cf5f68eb087059d86c78eec41e (patch)
tree328313432c53b1a6c146595b91f4883ef5c33131 /view/tpl/pdledit.tpl
parent7690dca67b6574cd5b6ffcc59b1c8c6b2df5d54e (diff)
downloadvolse-hubzilla-e2b4d33627d5f4cf5f68eb087059d86c78eec41e.tar.gz
volse-hubzilla-e2b4d33627d5f4cf5f68eb087059d86c78eec41e.tar.bz2
volse-hubzilla-e2b4d33627d5f4cf5f68eb087059d86c78eec41e.zip
some work on comanche autocomplete
Diffstat (limited to 'view/tpl/pdledit.tpl')
-rw-r--r--view/tpl/pdledit.tpl3
1 files changed, 3 insertions, 0 deletions
diff --git a/view/tpl/pdledit.tpl b/view/tpl/pdledit.tpl
index af8e37602..3e1f5a3fc 100644
--- a/view/tpl/pdledit.tpl
+++ b/view/tpl/pdledit.tpl
@@ -18,4 +18,7 @@
<input type="submit" name="submit" value="{{$submit}}" />
</form>
+<script>
+ $('textarea').bbco_autocomplete('comanche');
+</script>
</div>