Commit 09aa724a372bd2b0d5729c54313fc86056d39499

Authored by Administrator
1 parent a78c80af

change request to massage

Showing 1 changed file with 2 additions and 1 deletions   Show diff stats
src/app/frontend/views/series_of_letters/addEdit.php
... ... @@ -55,8 +55,9 @@
55 55 </div>
56 56 <script>
57 57 jQuery(document).ready( function() {
  58 +
  59 + $('#autocomplete_templates').on('keyup', function () {
58 60 console.log('here is a lot off information');
59   - $('#autocomplete_templates').on('change', function () {
60 61 var like = $(this).val();
61 62  
62 63 if (like.length > 3) {
... ...