Skip to content

Commit e1089e7

Browse files
author
Milan C
committed
Fixed Base of Loading screen and Sortable path for sub folders
1 parent 9cc14c5 commit e1089e7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

studio/js/main-dashboard.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,14 +42,14 @@
4242
'perPage': perPage,
4343
};
4444
$.blockUI({
45-
message: '<img width="70px" src="/img/loading.gif" />',
45+
message: '<img width="70px" src="img/loading.gif" />',
4646
css: {
4747
backgroundColor: 'transparent',
4848
border: 'none',
4949
color: '#444444',
5050
}
5151
});
52-
$.post("/studio/sort-link", formData, function(response) {
52+
$.post("studio/sort-link", formData, function(response) {
5353
if (response.linkOrders) {
5454
$.each(response.linkOrders, function(linkId, linkOrder){
5555
$("#links-table-body tr[data-id='"+linkId+"']")

0 commit comments

Comments
 (0)