code disappear

When compiling this
whatsNext := C_FixaLagvinster;
// när lagvinster funkar ska detta stå här
IF doSave THEN
WDS_InkaVinner.ApplyUpdates
ELSE
WDS_InkaVinner.Close;

I only see this on website code (F12)
whatsNext := C_FixaLagvinster;
// när lagvinster funkar ska detta stå här
WDS_InkaVinner.ApplyUpdates;

What is doSave? Can it be this is a constant equal to true?

Dosave is just a variabel
But the thing is that this could hapen anywhere in the code

The code that I see In the website (F12) is the old code
Then I changed the code in delphi but after compiling it is still the old code on the website.

I eve tryed to delete all in the map ...TMSWeb/Debug but it did not help

Most likely the browser is then still using a cached version of the .js file.
Try to do a hard reload / refresh from the browser