diff --git a/includes/uw-global/assignments.js b/includes/uw-global/assignments.js index f8ffc80..f95e006 100644 --- a/includes/uw-global/assignments.js +++ b/includes/uw-global/assignments.js @@ -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));