We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d6f0b46 commit 3576022Copy full SHA for 3576022
src/js/saspowerschoolff.js
@@ -115,13 +115,11 @@ function class_page () {
115
116
async function login_page () {
117
$('<div id="saspes-info"></div>').insertAfter('div#content');
118
- browser.storage.local.get("showExtensionInfo").then(output => {
119
- new (Vue.extend(ExtensionInfo))({
120
- data: {
121
- showInfo: output.showExtensionInfo.value,
122
- },
123
- }).$mount('#saspes-info');
124
- });
+ new (Vue.extend(ExtensionInfo))({
+ data: {
+ showInfo: true,
+ },
+ }).$mount('#saspes-info');
125
126
const LastGradesDiv = document.createElement('div');
127
LastGradesDiv.classList.add("last-grade-div-fixed");
0 commit comments