Remove logging statement
This commit is contained in:
@@ -81,7 +81,7 @@ function formatShortenedCourseName(course) {
|
|||||||
|
|
||||||
$(document).click(function(event) {
|
$(document).click(function(event) {
|
||||||
$target = $(event.target);
|
$target = $(event.target);
|
||||||
console.log($target);
|
|
||||||
// If we're not clicking on search button or search popup, and popup is visible, hide it
|
// If we're not clicking on search button or search popup, and popup is visible, hide it
|
||||||
if (!$target.closest('#search').length && !$target.closest('#search-popup').length && $('#search-popup').is(":visible")) {
|
if (!$target.closest('#search').length && !$target.closest('#search-popup').length && $('#search-popup').is(":visible")) {
|
||||||
hideSearchPopup();
|
hideSearchPopup();
|
||||||
|
|||||||
Reference in New Issue
Block a user