1
0
mirror of https://github.com/e107inc/e107.git synced 2025-08-11 00:54:49 +02:00

Issue #4940 - Flex panel changes not sticking.

This commit is contained in:
Cameron
2023-04-03 16:27:42 -07:00
parent 3feccca0ec
commit ca31946d1a
2 changed files with 14 additions and 6 deletions

View File

@@ -100,7 +100,9 @@ var e107 = e107 || {'settings': {}, 'behaviors': {}};
}
});
$.post(window.location.href, {'core-flexpanel-order': NewOrder});
$.post(window.location.href, {'core-flexpanel-order': NewOrder}).done(function( data ) {
console.log(data);
});
};
e107.callbacks.flexPanelEmptyPanels = function ()