From a92a1298a302c4ddfcb805a8c4a4a36c7790509c Mon Sep 17 00:00:00 2001 From: phyusin Date: Tue, 21 Nov 2017 09:41:11 +0630 Subject: [PATCH] change

to tag in autocomplete --- app/views/crm/dining_queues/_form.html.erb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/views/crm/dining_queues/_form.html.erb b/app/views/crm/dining_queues/_form.html.erb index aee533b1..73681d8a 100755 --- a/app/views/crm/dining_queues/_form.html.erb +++ b/app/views/crm/dining_queues/_form.html.erb @@ -173,7 +173,7 @@ $(document).ready(function(){ }).data( "ui-autocomplete" )._renderItem = function( ul, item ) { return $( "

  • " ) .data( "item.autocomplete", item ) - .append( "

    " + item.name + "

    " ) + .append( "
    " + item.name + "" ) .appendTo( ul ); }; });