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:
@@ -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 ()
|
||||
|
Reference in New Issue
Block a user