Fixed Base of Loading screen and Sortable path for sub folders
This commit is contained in:
parent
9cc14c59af
commit
e1089e7367
|
@ -42,14 +42,14 @@
|
|||
'perPage': perPage,
|
||||
};
|
||||
$.blockUI({
|
||||
message: '<img width="70px" src="/img/loading.gif" />',
|
||||
message: '<img width="70px" src="img/loading.gif" />',
|
||||
css: {
|
||||
backgroundColor: 'transparent',
|
||||
border: 'none',
|
||||
color: '#444444',
|
||||
}
|
||||
});
|
||||
$.post("/studio/sort-link", formData, function(response) {
|
||||
$.post("studio/sort-link", formData, function(response) {
|
||||
if (response.linkOrders) {
|
||||
$.each(response.linkOrders, function(linkId, linkOrder){
|
||||
$("#links-table-body tr[data-id='"+linkId+"']")
|
||||
|
|
Loading…
Reference in New Issue