diff --git a/CHANGES.md b/CHANGES.md index 285b39c7..1b0f3a3e 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -46,6 +46,8 @@ - Refactoring: Switch from `$.param.querystring` to `URL` - Refactoring: Ensure file-global jsdoc tags are at beginning of file - Refactoring: Move `build-html` to `build` directory +- Refactoring: Add favicon no-op to suppress favicon 404s until + loaded dynamically (might make configurable in future) - Linting (ESLint): Simplify regexes - Linting (ESLint): Replace `innerHTML` with `textContent` from old demo - Linting (ESLint): Update as per latest ash-nazg diff --git a/editor/svg-editor-es.html b/editor/svg-editor-es.html index 5114efcf..296b639d 100644 --- a/editor/svg-editor-es.html +++ b/editor/svg-editor-es.html @@ -6,6 +6,10 @@ + + + + diff --git a/editor/svg-editor.html b/editor/svg-editor.html index 469e2d17..5c208ea8 100644 --- a/editor/svg-editor.html +++ b/editor/svg-editor.html @@ -7,6 +7,10 @@ + + + + diff --git a/editor/xdomain-svg-editor-es.html b/editor/xdomain-svg-editor-es.html index f4d6baef..bd624504 100644 --- a/editor/xdomain-svg-editor-es.html +++ b/editor/xdomain-svg-editor-es.html @@ -7,6 +7,10 @@ + + + + diff --git a/editor/xdomain-svg-editor.html b/editor/xdomain-svg-editor.html index d7b76865..2a97354b 100644 --- a/editor/xdomain-svg-editor.html +++ b/editor/xdomain-svg-editor.html @@ -7,6 +7,10 @@ + + + +