sortable issue fixed
This commit is contained in:
parent
03cf62a633
commit
3f2f913b12
|
@ -473,3 +473,6 @@ label.mp_event_virtual_type_des textarea{width:100%;}
|
||||||
text-align: center;
|
text-align: center;
|
||||||
padding: 15px;
|
padding: 15px;
|
||||||
}
|
}
|
||||||
|
div#mp_event_all_info_in_tab .handle-actions.hide-if-no-js {
|
||||||
|
display: none;
|
||||||
|
}
|
|
@ -127,6 +127,11 @@ class MP_Event_All_Info_In_One
|
||||||
do_action('mep_admin_event_details_end_of_tab_details', $post_id); ?>
|
do_action('mep_admin_event_details_end_of_tab_details', $post_id); ?>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
<script type="text/javascript">
|
||||||
|
jQuery(function($) {
|
||||||
|
$( "#mp_event_all_info_in_tab" ).parent().removeClass('meta-box-sortables');
|
||||||
|
});
|
||||||
|
</script>
|
||||||
<?php
|
<?php
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue