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
|
const
|
||||||
apiURL = process.env.API_URL || '',
|
apiURL = 'https://api.cobalt.tools/',
|
||||||
|
|
||||||
// WEB mode related environment variables
|
// WEB mode related environment variables
|
||||||
webEnvs = {
|
webEnvs = {
|
||||||
|
@ -104,6 +104,7 @@ export default function(obj) {
|
|||||||
<noscript>
|
<noscript>
|
||||||
<div style="margin: 2rem;">${t('NoScriptMessage')}</div>
|
<div style="margin: 2rem;">${t('NoScriptMessage')}</div>
|
||||||
</noscript>
|
</noscript>
|
||||||
|
|
||||||
${multiPagePopup({
|
${multiPagePopup({
|
||||||
name: "settings",
|
name: "settings",
|
||||||
closeAria: t('AccessibilityGoBack'),
|
closeAria: t('AccessibilityGoBack'),
|
||||||
|
Loading…
Reference in New Issue
Block a user