Skip to content

Commit

Permalink
Merge branch 'master' of github.com:adrisj7/EngageMe
Browse files Browse the repository at this point in the history
  • Loading branch information
rguan72 committed Oct 14, 2019
2 parents 0666615 + de8a47e commit b57ac03
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion extension/display.js
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ function get_and_display_json_data(video, window_url) {
contentType: "application/json",
dataType: 'json',
success: function (jsonArr) {
// console.log(jsonArr);
console.log(jsonArr);
if (!$.isEmptyObject(jsonArr)) {
jsonArr.average_intervals.forEach(function (arr) {
console.log(arr[0], arr[1])
Expand Down
Binary file modified extension/icon128.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified extension/icon64.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit b57ac03

Please sign in to comment.