This commit is contained in:
2019-03-07 18:34:13 +00:00
parent 399143cc70
commit c4611a2500
5 changed files with 7 additions and 12 deletions

View File

@@ -1,4 +1,4 @@
/* eslint-disable */
/* Xeslint-disable */
import store from "../store";
var devModeShowErrors = false;

View File

@@ -1,4 +1,4 @@
/* xeslint-disable */
/* ZZeslint-disable */
import store from "../store";
import apiUtil from "./apiutil";
import _ from "../libs/lodash.min.js";
@@ -22,9 +22,7 @@ export default {
needIt.push(keys[i]);
}
}
if (keys[0] == "Log") {
throw new Error("TEST ERROR IN LOCALE");
}
if (needIt.length == 0) {
resolve();
return;
@@ -41,9 +39,6 @@ export default {
resolve();
});
// .catch(function(error) {
// reject(error);
// });
});
},
//Keys that all edit forms have in common (saves retyping them over and over)