mirror of
https://github.com/LinkStackOrg/LinkStack.git
synced 2025-02-16 12:00:50 +01:00
Fixed Base of Loading screen and Sortable path for sub folders
This commit is contained in:
parent
9cc14c59af
commit
e1089e7367
4
studio/js/main-dashboard.js
vendored
4
studio/js/main-dashboard.js
vendored
@ -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+"']")
|
||||||
|
Loading…
x
Reference in New Issue
Block a user