diff --git a/web_src/js/index.js b/web_src/js/index.js
index b8145fa439..b701da08b1 100644
--- a/web_src/js/index.js
+++ b/web_src/js/index.js
@@ -22,6 +22,9 @@ if (typeof (Dropzone) !== 'undefined') {
   Dropzone.autoDiscover = false;
 }
 
+// Silence fomantic's error logging when tabs are used without a target content element
+$.fn.tab.settings.silent = true;
+
 function initCommentPreviewTab($form) {
   const $tabMenu = $form.find('.tabular.menu');
   $tabMenu.find('.item').tab();