bugfix
This commit is contained in:
parent
bc70f591ad
commit
57f75b0ca5
@ -68,7 +68,7 @@ bricks.I18n = class {
|
|||||||
};
|
};
|
||||||
try {
|
try {
|
||||||
var jc = new bricks.HttpJson();
|
var jc = new bricks.HttpJson();
|
||||||
d = await jc.httpcall(this.url, {
|
var d = await jc.httpcall(this.url, {
|
||||||
"method":this.method || 'GET',
|
"method":this.method || 'GET',
|
||||||
params:params
|
params:params
|
||||||
});
|
});
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user