moved getting semesters into background, message calling in popup

This commit is contained in:
Hariharan
2019-08-20 15:02:21 -05:00
parent 7ab78949ed
commit 12837ed19e
3 changed files with 72 additions and 47 deletions

View File

@@ -35,7 +35,8 @@
"grades.db", "images/disticon.png"
],
"background": {
"scripts": ["js/lib/jquery-3.3.1.min.js", "js/lib/sql-memory-growth.js", "js/lib/moment.min.js", "js/config.js", "js/background.js"],
"scripts": ["js/lib/jquery-3.3.1.min.js", "js/lib/sql-memory-growth.js", "js/lib/moment.min.js", "js/config.js", "js/util.js",
"js/background.js"],
"persistent": true
},
"browser_action": {