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