mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-29 16:55:05 +02:00
Fix POST HEADER error and post process string errors - #1574
This commit is contained in:
parent
8b372eaffe
commit
52aaad1499
@ -1175,9 +1175,10 @@ function delete_relation (num_row, id_relation) {
|
|||||||
|
|
||||||
function validate_post_process() {
|
function validate_post_process() {
|
||||||
var post_process = $("#text-post_process").val();
|
var post_process = $("#text-post_process").val();
|
||||||
|
if(post_process !== undefined){
|
||||||
var new_post_process = post_process.replace(',', '.');
|
var new_post_process = post_process.replace(',', '.');
|
||||||
|
|
||||||
$("#text-post_process").val(new_post_process);
|
$("#text-post_process").val(new_post_process);
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
//function paint graph
|
//function paint graph
|
||||||
|
Loading…
x
Reference in New Issue
Block a user