silly else statement

This commit is contained in:
Sanj 2012-07-19 23:54:05 +05:30
parent 0811875f75
commit e766fdc858

View File

@ -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);
}
});