Bug in Javascript conversion

Hi

I came across a bug which needs fixing (preferably asap please!).

Notice how the last “&” is completely omitted from the JavaScript.

Thanks.

Here’s a workaround you can use right away:

JavaScript
API = Ajax("../data/api.php", ...
End JavaScript

The JavaScript...End JavaScript block turns off translation and passes the code right through.

Thanks for that. I already solved it by moving ‘a’ to the front so that it reads:

...,"POST",a + "&id=" +...

That gets converted correctly. :slight_smile:

Thanks.