Skip to content

Commit

Permalink
Merge pull request #79 from harvard-canvas-branding/develop
Browse files Browse the repository at this point in the history
Merge dev ->master
  • Loading branch information
Chris-Thornton-Harvard authored Sep 24, 2024
2 parents bce933b + 344df40 commit 92f7073
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 0 deletions.
4 changes: 4 additions & 0 deletions js/footer_copyright.js
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,10 @@ $(document).ready(function (e) {
return;
}

if (window.location.href.match(/\/courses\/\d+\/content_migrations.*/)) {
return;
}

const copyYear = new Date().getFullYear();

const harvardCopy =
Expand Down
10 changes: 10 additions & 0 deletions js/sensus_access.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
"use strict";

(function () {
window.SENSUS_CFG = {
ltiDomain: 'https://inside.sensusaccess.com/',
clientId: '18750000000000424',
consumerKey: '2d001db0-adf7-423d-414b-08dbe9f172cb'
}
$('<script>').attr('src', SENSUS_CFG.ltiDomain + 'js/canvasui/sensus-main.js').appendTo('body')
})()

0 comments on commit 92f7073

Please sign in to comment.