diff options
Diffstat (limited to 'view/tpl/pdledit.tpl')
-rw-r--r-- | view/tpl/pdledit.tpl | 3 |
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> |