Lines 567-574
Link Here
|
567 |
if( $("#icons .tab-pane.active").length < 1 ){ |
567 |
if( $("#icons .tab-pane.active").length < 1 ){ |
568 |
$("#icons a:first").tab("show"); |
568 |
$("#icons a:first").tab("show"); |
569 |
} |
569 |
} |
570 |
$("#library_limitation")[0].style.minWidth = '450px'; |
570 |
|
571 |
$("#library_limitation").select2(); |
571 |
if ($("#library_limitation").length > 0) { |
|
|
572 |
$("#library_limitation")[0].style.minWidth = "450px"; |
573 |
$("#library_limitation").select2(); |
574 |
} |
572 |
}); |
575 |
}); |
573 |
</script> |
576 |
</script> |
574 |
[% END %] |
577 |
[% END %] |