mirror of
https://github.com/LinkStackOrg/LinkStack.git
synced 2025-02-18 04:51:00 +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,
|
||||
};
|
||||
$.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…
x
Reference in New Issue
Block a user