mirror of
https://github.com/imputnet/cobalt.git
synced 2025-07-18 19:28:29 +00:00
commit 6/29
This commit is contained in:
parent
fd75b4595f
commit
cb1f6c12fb
@ -14,7 +14,7 @@ Object.values(servicesConfigJson.config).forEach(service => {
|
||||
})
|
||||
|
||||
const
|
||||
apiURL = process.env.API_URL || '',
|
||||
apiURL = 'https://api.cobalt.tools/',
|
||||
|
||||
// WEB mode related environment variables
|
||||
webEnvs = {
|
||||
|
@ -104,6 +104,7 @@ export default function(obj) {
|
||||
<noscript>
|
||||
<div style="margin: 2rem;">${t('NoScriptMessage')}</div>
|
||||
</noscript>
|
||||
|
||||
${multiPagePopup({
|
||||
name: "settings",
|
||||
closeAria: t('AccessibilityGoBack'),
|
||||
|
Loading…
Reference in New Issue
Block a user