clear the pointer at every startup
This commit is contained in:
parent
31447db140
commit
3dabfe7984
1 changed files with 2 additions and 0 deletions
|
@ -4,6 +4,7 @@ This script provides installation run scripts.
|
||||||
|
|
||||||
import { template, global, observe } from "../secretariat.js";
|
import { template, global, observe } from "../secretariat.js";
|
||||||
import filters from "../filters.js";
|
import filters from "../filters.js";
|
||||||
|
import pointer from "../data/pointer.js";
|
||||||
let config = chrome.runtime.getURL("config/config.json");
|
let config = chrome.runtime.getURL("config/config.json");
|
||||||
|
|
||||||
export default class fc {
|
export default class fc {
|
||||||
|
@ -60,6 +61,7 @@ export default class fc {
|
||||||
|
|
||||||
// Might as well set the preferences for storage.
|
// Might as well set the preferences for storage.
|
||||||
template.configure();
|
template.configure();
|
||||||
|
pointer.clear();
|
||||||
}
|
}
|
||||||
|
|
||||||
static async every() {
|
static async every() {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue