Lint all the things
This commit is contained in:
@@ -1,3 +1,5 @@
|
||||
/* eslint-disable */
|
||||
|
||||
function confirmDialog(msg) {
|
||||
return new Promise(function (resolve, reject) {
|
||||
let confirmed = window.confirm(msg);
|
||||
|
||||
Reference in New Issue
Block a user