I have super simple Blank App with only few lines of code
if([par_selected]==1){
$value = 0;
}else{
$value = 1;
}
$sql = "UPDATE ins_customers SET selected = ".$value." WHERE CustomerID = '".[glo_customerid]."'";
sc_exec_sql($sql);
sc_redir(grid_customers11.php);
When I generate my project I get this wired Error pertraining to GoJS Libs, although there is nothing related to it in the App.
[ATTACH=JSON]{“data-align”:“none”,“data-size”:“full”,“title”:“2018-12-11 18_19_48-ScriptCase - Development - admin.jpg”,“data-attachmentid”:85687}[/ATTACH]
Any ideas how to deal with this crap ?