Styling popup

This commit is contained in:
Sriram Hariharan
2018-07-10 22:11:58 -05:00
parent 34cd9fc3c5
commit 0a7a38b81d
5 changed files with 113 additions and 46 deletions

View File

@@ -31,11 +31,12 @@ $(document).ready( function() {
chrome.runtime.sendMessage({command: "alreadyContains",unique: $(this).find('td[data-th="Unique"]').text()}, function(response) {
if(response.alreadyContains){
//DO SOMETHING IF ALREADY CONTAINS
console.log("ALREADY CONTAINS IN THIS ROW");
}
});
}
});
$(".distButton").click(function(){
var row = $(this).closest('tr');
getCourseInfo(row);