From 123ea896f6b2d284f86265f94473b61282706854 Mon Sep 17 00:00:00 2001 From: okhin Date: Thu, 2 Feb 2017 20:01:48 +0100 Subject: [PATCH] Updatingthe synatx error on javascript --- templates/contactslist.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/contactslist.html b/templates/contactslist.html index 642ec2f..787245a 100644 --- a/templates/contactslist.html +++ b/templates/contactslist.html @@ -27,7 +27,7 @@ $(document).ready(function() { $('input.autocomplete').autocomplete({ data: { - "{{ @contact.full_name }}": null{{ @contact.photo }}, + "{{ @contact.full_name }}": null"{{ @contact.photo }}", }, limit: 20, -- GitLab