Add backslash
This commit is contained in:
parent
0d03f13777
commit
ead7df3306
@ -366,7 +366,8 @@ function ajax_combobox($htmlname, $events=array(), $minLengthToAutocomplete=0)
|
|||||||
$("select#" + htmlname).html(response.value);
|
$("select#" + htmlname).html(response.value);
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
});';
|
|
||||||
|
});'."\n";
|
||||||
$msg.= "</script>\n";
|
$msg.= "</script>\n";
|
||||||
|
|
||||||
return $msg;
|
return $msg;
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user