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 %>
|
<% end %>
|
||||||
<script type="text/javascript">
|
<script type="text/javascript">
|
||||||
var sortUpdated = false;
|
var sortUpdated = false;
|
||||||
$("#sort-images-modal").on("shown",function(){
|
$(document).on('show.bs.modal','#sort-images-modal', function () {
|
||||||
$(".order-list").sortable({
|
$(".order-list").sortable({
|
||||||
update : function(){
|
update : function(){
|
||||||
sortUpdated = true;
|
sortUpdated = true;
|
||||||
|
|
Loading…
Reference in New Issue