search by unique number

This commit is contained in:
sghsri
2018-12-12 21:03:49 -06:00
parent 8d4775fc8a
commit 3984c26df6
10 changed files with 212 additions and 70 deletions

View File

@@ -1,3 +1,5 @@
var manifestData = chrome.runtime.getManifest();
$("#version").text(manifestData.version);
chrome.storage.sync.get('courseConflictHighlight', function(data) {
if(data.courseConflictHighlight){
off();