mirror of
https://github.com/e107inc/e107.git
synced 2025-07-28 10:20:45 +02:00
Added token to x-editable
This commit is contained in:
@@ -287,8 +287,14 @@ $(document).ready(function()
|
||||
});
|
||||
|
||||
|
||||
|
||||
|
||||
$('div.e-container').editable({
|
||||
selector: '.e-editable',
|
||||
params: function(params) {
|
||||
params.token = $(this).attr('data-token');
|
||||
return params;
|
||||
},
|
||||
display: function (value, sourceData)
|
||||
{
|
||||
// HTML entities decoding... fix for:
|
||||
|
Reference in New Issue
Block a user