Your ROOT_URL in app.ini is https://git.cloudchain.link/ but you are visiting https://dash.bss.nz/open-source-mirrors/bazarr/blame/commit/d2bbc479bcf7044d5f6a1c435adac161a29112fb/libs/js2py/es6/babel.js You should set ROOT_URL correctly, otherwise the web may not work correctly.
bazarr/libs/js2py/es6/babel.js

7 lines
225 B

// run buildBabel in this folder to convert this code to python!
var babel = require("babel-core");
var babelPresetEs2015 = require("babel-preset-es2015");
Object.babelPresetEs2015 = babelPresetEs2015;
Object.babel = babel;