Skip to content

Commit

Permalink
Merge pull request #280 from uw-it-aca/develop
Browse files Browse the repository at this point in the history
Develop
  • Loading branch information
jlaney authored Nov 12, 2024
2 parents 21b22d2 + 20f609e commit 7cf89a3
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions includes/uw-global/assignments.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,13 +12,4 @@
});
});

// Hide external tool option
$(document).ajaxComplete(function (ev, xhr, data) {
var selector = 'a:contains("Google Assignments (LTI 1.3)")';
if (data.url.match(/launch_definitions/)) {
$(selector).whenExists(function () {
$(selector).closest('li').hide();
});
}
});
}(jQuery));

0 comments on commit 7cf89a3

Please sign in to comment.