mirror of
				https://github.com/go-gitea/gitea.git
				synced 2025-11-04 12:53:43 +01:00 
			
		
		
		
	Disable Vue's console advertisments (#15354)
This commit is contained in:
		
							parent
							
								
									477c4530e4
								
							
						
					
					
						commit
						99f835b9ca
					
				@ -35,6 +35,11 @@ const commentMDEditors = {};
 | 
			
		||||
// Silence fomantic's error logging when tabs are used without a target content element
 | 
			
		||||
$.fn.tab.settings.silent = true;
 | 
			
		||||
 | 
			
		||||
// Silence Vue's console advertisments in dev mode
 | 
			
		||||
// To use the Vue browser extension, enable the devtools option temporarily
 | 
			
		||||
Vue.config.productionTip = false;
 | 
			
		||||
Vue.config.devtools = false;
 | 
			
		||||
 | 
			
		||||
function initCommentPreviewTab($form) {
 | 
			
		||||
  const $tabMenu = $form.find('.tabular.menu');
 | 
			
		||||
  $tabMenu.find('.item').tab();
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user