From b7813dcf4c671df4b9a3ffd4edbc9c2bbcabad96 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michaela=20Br=C3=BCckner?= Date: Tue, 14 Nov 2023 13:07:22 +0100 Subject: fixes #3457 --- resources/assets/javascripts/lib/oer.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/assets/javascripts/lib/oer.js b/resources/assets/javascripts/lib/oer.js index 089958f..ca5729b 100644 --- a/resources/assets/javascripts/lib/oer.js +++ b/resources/assets/javascripts/lib/oer.js @@ -201,7 +201,7 @@ const OER = { }, mounted: function () { this.results = $(this.$el).data('searchresults'); - if (this.results !== null) { + if (this.results !== false) { $("#new_ones").hide(); } if ($(this.$el).data('filteredcategory')) { -- cgit v1.0