Fix cannot sort problem caused by bootstrap shown event not fire.
This commit is contained in:
parent
bbad7c1c8c
commit
3676381088
|
@ -117,7 +117,7 @@
|
|||
<% end %>
|
||||
<script type="text/javascript">
|
||||
var sortUpdated = false;
|
||||
$("#sort-images-modal").on("shown",function(){
|
||||
$(document).on('show.bs.modal','#sort-images-modal', function () {
|
||||
$(".order-list").sortable({
|
||||
update : function(){
|
||||
sortUpdated = true;
|
||||
|
|
Loading…
Reference in New Issue