diff --git a/IntelliQ/backend/src/main/webapp/static/js/tracking.js b/IntelliQ/backend/src/main/webapp/static/js/analyze.js similarity index 100% rename from IntelliQ/backend/src/main/webapp/static/js/tracking.js rename to IntelliQ/backend/src/main/webapp/static/js/analyze.js diff --git a/IntelliQ/backend/src/main/webapp/static/js/webapp.js b/IntelliQ/backend/src/main/webapp/static/js/webapp.js index e1d0248..fc9ac5e 100644 --- a/IntelliQ/backend/src/main/webapp/static/js/webapp.js +++ b/IntelliQ/backend/src/main/webapp/static/js/webapp.js @@ -185,7 +185,7 @@ function requestRecentQueueItemKeyIds() { var queueItemKeyIds = []; var addQueueItemKeyId = function(queueItemKeyId) { - if (queueItemKeyId == null && queueItemKeyId < 0) { + if (queueItemKeyId == null || queueItemKeyId < 0) { return; } if (queueItemKeyIds.indexOf(queueItemKeyId) > -1) { diff --git a/IntelliQ/backend/src/main/webapp/website/includes/en/common_footer.jsp b/IntelliQ/backend/src/main/webapp/website/includes/en/common_footer.jsp index ba5f29c..d81a32b 100644 --- a/IntelliQ/backend/src/main/webapp/website/includes/en/common_footer.jsp +++ b/IntelliQ/backend/src/main/webapp/website/includes/en/common_footer.jsp @@ -63,15 +63,17 @@