Cleanup misc es-lint disablements not required, removed dev mode manually set flag for better NODE_ENV built in flag which avoids potentially forgetting to remove that in production builds.
This commit is contained in:
@@ -64,7 +64,7 @@ export default {
|
||||
|
||||
refreshProfile() {
|
||||
const ifr = document.getElementById("profileFrame");
|
||||
//trigger refresh? wtf?
|
||||
//trigger refresh? wtf? I don't know and at this point I'm not changing it in case it breaks something 2022-08-20
|
||||
// eslint-disable-next-line no-self-assign
|
||||
ifr.src = ifr.src;
|
||||
}
|
||||
|
||||
@@ -376,7 +376,6 @@
|
||||
</div>
|
||||
</template>
|
||||
<script>
|
||||
/* eslint-disable no-debugger */
|
||||
const FORM_KEY = "svc-schedule";
|
||||
import GZDaysOfWeek from "../components/days-of-week-control.vue";
|
||||
export default {
|
||||
|
||||
Reference in New Issue
Block a user