Skip to content

Commit 3576022

Browse files
author
Suhas Hariharan
committed
removed extension info option
Signed-off-by: Suhas Hariharan <[email protected]>
1 parent d6f0b46 commit 3576022

File tree

1 file changed

+5
-7
lines changed

1 file changed

+5
-7
lines changed

src/js/saspowerschoolff.js

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -115,13 +115,11 @@ function class_page () {
115115

116116
async function login_page () {
117117
$('<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-
});
118+
new (Vue.extend(ExtensionInfo))({
119+
data: {
120+
showInfo: true,
121+
},
122+
}).$mount('#saspes-info');
125123

126124
const LastGradesDiv = document.createElement('div');
127125
LastGradesDiv.classList.add("last-grade-div-fixed");

0 commit comments

Comments
 (0)