Merge branch '3.2' of git+ssh://git@github.com/Dolibarr/dolibarr.git into 3.2.1
This commit is contained in:
commit
ab6129a1cc
@ -69,6 +69,7 @@ $(document).ready(function() {
|
|||||||
$('#editval_' + $(this).attr('id')).show().click();
|
$('#editval_' + $(this).attr('id')).show().click();
|
||||||
});
|
});
|
||||||
|
|
||||||
|
if (typeof ckeditorConfig != 'undefined') {
|
||||||
$('.editval_ckeditor').editable(urlSaveInPlace, {
|
$('.editval_ckeditor').editable(urlSaveInPlace, {
|
||||||
type : 'ckeditor',
|
type : 'ckeditor',
|
||||||
id : 'field',
|
id : 'field',
|
||||||
@ -117,6 +118,7 @@ $(document).ready(function() {
|
|||||||
$('#viewval_' + $(this).attr('id')).hide();
|
$('#viewval_' + $(this).attr('id')).hide();
|
||||||
$('#editval_' + $(this).attr('id')).show().click();
|
$('#editval_' + $(this).attr('id')).show().click();
|
||||||
});
|
});
|
||||||
|
}
|
||||||
|
|
||||||
$('.editval_string').editable(urlSaveInPlace, {
|
$('.editval_string').editable(urlSaveInPlace, {
|
||||||
type : 'text',
|
type : 'text',
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user