update
This commit is contained in:
+1
-1
@@ -53,7 +53,7 @@ export class Boot {
|
|||||||
|
|
||||||
Rt.setCsrfToken(h.dxFind('meta[name="csrf-token"]')?.content);
|
Rt.setCsrfToken(h.dxFind('meta[name="csrf-token"]')?.content);
|
||||||
|
|
||||||
import(dirPath + 'js/interface.js').then((mod) => {
|
import(dirPath + `js/${Boot.lang}/interface.js`).then((mod) => {
|
||||||
|
|
||||||
if (!mod.intData) {
|
if (!mod.intData) {
|
||||||
return;
|
return;
|
||||||
|
|||||||
Reference in New Issue
Block a user