Add backslash

This commit is contained in:
Laurent Destailleur 2014-02-13 10:54:03 +01:00
parent 0d03f13777
commit ead7df3306

View File

@ -366,7 +366,8 @@ function ajax_combobox($htmlname, $events=array(), $minLengthToAutocomplete=0)
$("select#" + htmlname).html(response.value);
});
}
});';
});'."\n";
$msg.= "</script>\n";
return $msg;