fix build: linting javascript
This commit is contained in:
parent
3bded5071b
commit
4423817ef5
5
.vscode/tasks.json
vendored
5
.vscode/tasks.json
vendored
@ -63,6 +63,11 @@
|
|||||||
"type": "npm",
|
"type": "npm",
|
||||||
"script": "frontend:lint",
|
"script": "frontend:lint",
|
||||||
"problemMatcher": []
|
"problemMatcher": []
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"type": "npm",
|
||||||
|
"script": "lint",
|
||||||
|
"problemMatcher": []
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
@ -296,7 +296,7 @@ export class AsyncTable {
|
|||||||
return el.getAttribute('href') || el.querySelector('a').getAttribute('href');
|
return el.getAttribute('href') || el.querySelector('a').getAttribute('href');
|
||||||
}
|
}
|
||||||
|
|
||||||
_changePagesizeHandler = (event) => {
|
_changePagesizeHandler = () => {
|
||||||
const url = new URL(getLocalStorageParameter('currentTableUrl') || window.location.href);
|
const url = new URL(getLocalStorageParameter('currentTableUrl') || window.location.href);
|
||||||
const formData = new FormData(this._pagesizeForm);
|
const formData = new FormData(this._pagesizeForm);
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user