Browse Source

* try to find javascript files too.

git-svn-id: trunk@36729 -
marco 8 years ago
parent
commit
92405e640a
1 changed files with 5 additions and 0 deletions
  1. 5 0
      packages/chm/src/chmfilewriter.pas

+ 5 - 0
packages/chm/src/chmfilewriter.pas

@@ -831,6 +831,11 @@ begin
                   //printattributes(chld,'');
                   checkattributes(chld,'HREF',localname,filelist);
                 end;
+              if s='SCRIPT' then
+                begin
+                  //printattributes(chld,'');
+                  checkattributes(chld,'SRC',localname,filelist);
+                end;
              if s='IMG'then
                begin
                   //printattributes(chld,'');