Fixed module position change
This commit is contained in:
@@ -141,7 +141,7 @@
|
|||||||
placement : 'left',
|
placement : 'left',
|
||||||
success : function(response, newValue) {
|
success : function(response, newValue) {
|
||||||
// The URL template
|
// The URL template
|
||||||
var url = "{url noamp='1' path='/admin/modules/update-position' module_id='__ID__' position='__POS__'}";
|
var url = "{url noamp='1' path='/admin/module/update-position' module_id='__ID__' position='__POS__'}";
|
||||||
|
|
||||||
// Perform subtitutions
|
// Perform subtitutions
|
||||||
url = url.replace('__ID__', $(this).data('id'))
|
url = url.replace('__ID__', $(this).data('id'))
|
||||||
|
|||||||
Reference in New Issue
Block a user