Qual: uniformize code
This commit is contained in:
parent
a1e2f5a8ee
commit
27a930a606
File diff suppressed because it is too large
Load Diff
@ -28,7 +28,7 @@ jQuery(document).ready(function(){
|
|||||||
jQuery("#objectline").tableDnD({
|
jQuery("#objectline").tableDnD({
|
||||||
onDrop: function(table, row) {
|
onDrop: function(table, row) {
|
||||||
var roworder = cleanSerialize(jQuery("#objectline").tableDnDSerialize());
|
var roworder = cleanSerialize(jQuery("#objectline").tableDnDSerialize());
|
||||||
var element = "<?php echo $propal->table_element_line; ?>";
|
var element = "<?php echo $object->table_element_line; ?>";
|
||||||
jQuery.get("<?php echo DOL_URL_ROOT; ?>/core/ajaxrow.php?roworder="+roworder+"&element="+element);
|
jQuery.get("<?php echo DOL_URL_ROOT; ?>/core/ajaxrow.php?roworder="+roworder+"&element="+element);
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user