mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-11-02 15:39:38 +01:00
pas2js: less hints
git-svn-id: trunk@60113 -
This commit is contained in:
parent
2caaad78ec
commit
fc9573c72e
@ -277,6 +277,7 @@ Var
|
||||
URL : String;
|
||||
|
||||
begin
|
||||
if AOptions=nil then ;
|
||||
PRJ:=LazarusIDE.ActiveProject;
|
||||
HTMLIdx:=FillFilesCombo(PRJ);
|
||||
CBWebProject.Checked:=PRJ.CustomData[PJSProjectWebBrowser]='1';
|
||||
@ -309,6 +310,7 @@ Var
|
||||
end;
|
||||
|
||||
begin
|
||||
if AOptions=nil then ;
|
||||
PRJ:=LazarusIDE.ActiveProject;
|
||||
// Clear everything
|
||||
With PRJ.CustomData do
|
||||
|
||||
Loading…
Reference in New Issue
Block a user