We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 477c453 commit 99f835bCopy full SHA for 99f835b
web_src/js/index.js
@@ -35,6 +35,11 @@ const commentMDEditors = {};
35
// Silence fomantic's error logging when tabs are used without a target content element
36
$.fn.tab.settings.silent = true;
37
38
+// Silence Vue's console advertisments in dev mode
39
+// To use the Vue browser extension, enable the devtools option temporarily
40
+Vue.config.productionTip = false;
41
+Vue.config.devtools = false;
42
+
43
function initCommentPreviewTab($form) {
44
const $tabMenu = $form.find('.tabular.menu');
45
$tabMenu.find('.item').tab();
0 commit comments