Fixed Base of Loading screen and Sortable path for sub folders

This commit is contained in:
Milan C 2022-08-17 02:53:43 +05:30
parent 9cc14c59af
commit e1089e7367

View File

@ -42,14 +42,14 @@
'perPage': perPage, 'perPage': perPage,
}; };
$.blockUI({ $.blockUI({
message: '<img width="70px" src="/img/loading.gif" />', message: '<img width="70px" src="img/loading.gif" />',
css: { css: {
backgroundColor: 'transparent', backgroundColor: 'transparent',
border: 'none', border: 'none',
color: '#444444', color: '#444444',
} }
}); });
$.post("/studio/sort-link", formData, function(response) { $.post("studio/sort-link", formData, function(response) {
if (response.linkOrders) { if (response.linkOrders) {
$.each(response.linkOrders, function(linkId, linkOrder){ $.each(response.linkOrders, function(linkId, linkOrder){
$("#links-table-body tr[data-id='"+linkId+"']") $("#links-table-body tr[data-id='"+linkId+"']")