silly else statement
This commit is contained in:
parent
0811875f75
commit
e766fdc858
|
@ -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);
|
||||
}
|
||||
|
||||
});
|
||||
|
|
Loading…
Reference in New Issue
Block a user