Skip to content

Commit

Permalink
Merge branch 'hotfix/v2.6.3'
Browse files Browse the repository at this point in the history
  • Loading branch information
cmurtaugh committed Apr 16, 2019
2 parents 022b30e + 13883ad commit c9bab58
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion js/footer_copyright.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,10 @@ $(document).ready(function(e) {
* enough. also, wrapping things in <p> tags doesn't get you multiple
* lines
*/
var copyYear = new Date().getFullYear();

var harvardCopy =
'<div>Copyright &copy; 2018 The President and Fellows of Harvard College | ' +
'<div>Copyright &copy; 2013-' + copyYear + ' The President and Fellows of Harvard College | ' +
'<a href="https://harvard.service-now.com/ithelp?id=kb_article&sys_id=3373044ddb4d57cc83a2f3f7bf961909" id="privacy_policy_link" target="_blank">Privacy Policy</a> | ' +
'<a href="https://harvard.service-now.com/ithelp?id=kb_article&sys_id=9d718485db0d57cc83a2f3f7bf961902" id="acceptable_use_policy_link" target="_blank">Acceptable Use Policy</a>' +
'</div>';
Expand Down

0 comments on commit c9bab58

Please sign in to comment.