You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm always frustrated when the auto-loader cannot automatically determine the local path to the component files due to the presence of a timestamp in the address for connecting scripts:
In my case, the timestamps are automatically added by the Bitrix CMS when the plugin is connected in the form of its local js extension.
Please modify the regular expressions in the "autoloader" plugin:
var autoloaderFile = /\bplugins\/autoloader\/prism-autoloader\.(?:min\.)js$/i;
var prismFile = /[\w-]+\.(?:min\.)js$/i;
so that the paths to the scripts specified with additional get parameters are also determined for automatic loading of languages from the relatively located "components" folder.
Translation: translate.google.com
The text was updated successfully, but these errors were encountered:
I'm always frustrated when the auto-loader cannot automatically determine the local path to the component files due to the presence of a timestamp in the address for connecting scripts:
In my case, the timestamps are automatically added by the Bitrix CMS when the plugin is connected in the form of its local js extension.
Please modify the regular expressions in the "autoloader" plugin:
so that the paths to the scripts specified with additional get parameters are also determined for automatic loading of languages from the relatively located "components" folder.
Translation: translate.google.com
The text was updated successfully, but these errors were encountered: