From e766fdc858118819e8b9dcf62c371e93eee3a4bd Mon Sep 17 00:00:00 2001 From: Sanj Date: Thu, 19 Jul 2012 23:54:05 +0530 Subject: [PATCH] silly else statement --- itf/templates/test/person_form.html | 2 -- 1 file changed, 2 deletions(-) diff --git a/itf/templates/test/person_form.html b/itf/templates/test/person_form.html index 241ff10..87a4a86 100644 --- a/itf/templates/test/person_form.html +++ b/itf/templates/test/person_form.html @@ -80,8 +80,6 @@ $(function(){ if ($.trim(id) !== '') { var title = $this.attr("data-title"); $this.select2("val", {'id': id, 'title': title}); - } else { - $this.select2("val", null); } });