Skip to content

Commit

Permalink
fix: minor
Browse files Browse the repository at this point in the history
  • Loading branch information
kptdobe committed Jun 16, 2022
1 parent 14763dc commit c782241
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions import-bulk.html
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@

<script src="./js/libs/hlx/swc.js"></script>

<script src="./js/libs/vendors/babel-polyfill/polyfill.js"></script>
<script src="./js/libs/vendors/exceljs/exceljs.min.js"></script>
<script src="./js/libs/hlx/importer-bundle.js"></script>

<script src="./js/import/import.ui.js" type="module"></script>
Expand Down
1 change: 1 addition & 0 deletions js/crawl/crawl.ui.js
Original file line number Diff line number Diff line change
Expand Up @@ -293,6 +293,7 @@ const attachListeners = () => {
sitemap: config.fields['crawl-sitemap-file'],
});

crawlStatus.crawled = crawlStatus.urls.length;
crawlStatus.urls.forEach((url) => {
displayCrawledURL(url);

Expand Down

0 comments on commit c782241

Please sign in to comment.