We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9cc14c5 commit e1089e7Copy full SHA for e1089e7
studio/js/main-dashboard.js
@@ -42,14 +42,14 @@
42
'perPage': perPage,
43
};
44
$.blockUI({
45
- message: '<img width="70px" src="/img/loading.gif" />',
+ message: '<img width="70px" src="img/loading.gif" />',
46
css: {
47
backgroundColor: 'transparent',
48
border: 'none',
49
color: '#444444',
50
}
51
});
52
- $.post("/studio/sort-link", formData, function(response) {
+ $.post("studio/sort-link", formData, function(response) {
53
if (response.linkOrders) {
54
$.each(response.linkOrders, function(linkId, linkOrder){
55
$("#links-table-body tr[data-id='"+linkId+"']")
0 commit comments