File tree Expand file tree Collapse file tree 1 file changed +2
-0
lines changed
tigacrafting/templates/tigacrafting Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -1474,6 +1474,7 @@ <h4 class="modal-title" id="searchModalLabel">Search</h4>
14741474 } else if ( species_categories . indexOf ( category ) >= 0 ) {
14751475 $ ( '#container_value_' + input_id ) . show ( ) ;
14761476 $ ( '#container_mix_' + input_id ) . hide ( ) ;
1477+ $ ( '#container_other_' + input_id ) . hide ( ) ;
14771478 $ ( '#categoryvalue_' + input_id ) . selectpicker ( "val" , value ) ;
14781479 $ ( '#category_' + input_id ) . selectpicker ( "val" , category ) ;
14791480 } else {
@@ -1522,6 +1523,7 @@ <h4 class="modal-title" id="searchModalLabel">Search</h4>
15221523 } else if ( species_categories . indexOf ( category ) >= 0 ) {
15231524 $ ( '#container_value_' + input_id ) . show ( ) ;
15241525 $ ( '#container_mix_' + input_id ) . hide ( ) ;
1526+ $ ( '#container_other_' + input_id ) . hide ( ) ;
15251527 $ ( '#categoryvalue_' + input_id ) . val ( value ) ;
15261528 } else {
15271529 $ ( '#container_mix_' + input_id ) . hide ( ) ;
You can’t perform that action at this time.
0 commit comments