For support with specific websites
Moderator: trava90
Forum rules
Please
always mention the name/domain of the website in question in your topic title.
Please one website per topic thread (to help keep things organized). While behavior on different sites might at first glance seem similar, they are not necessarily caused by the same.
Please try to include any relevant output from the Toolkit Error Console or the Developer Tools Web Console using the following procedure:
- Clear any current output
- Navigate or refresh the page in question
- Copy and paste Errors or seemingly relevant Warnings into a single [ code ] block.
-
_yuyu_
- Lunatic

- Posts: 262
- Joined: 2015-03-02, 14:18
Unread post
by _yuyu_ » 2020-07-29, 11:26
On this page for example
https://www.kinoafisha.info/articles/ there are only gray rectangles instead of images, also on clean profile. Images are shown in FF and Chrome.
Error in the console:
Code: Select all
Error: SyntaxError: expected expression, got keyword 'import'
Source File: https://static.kinoafisha.info/static/assets/js/base.js?202007280933005443f8ce9408b8c95c43be635658ec82
Line: 1, Column: 4666
Source Code:
reloader&&this.el.classList.add("js-loading");const e=await import(t);this.isDestroy||this._callModule(e[this.name])}cat
Can anyone check that?
Pale Moon 64-bit on Win 7 x64
-
vannilla
- Moon Magic practitioner

- Posts: 2389
- Joined: 2018-05-05, 13:29
Unread post
by vannilla » 2020-07-29, 12:08
I might be mistaken but it's likely because of the new module feature added recently to the javascript specification.
Pale Moon will support it soon, just not with the current version.
-
_yuyu_
- Lunatic

- Posts: 262
- Joined: 2015-03-02, 14:18
Unread post
by _yuyu_ » 2020-07-29, 17:07
Thank you.
Pale Moon 64-bit on Win 7 x64