mirror of
				https://github.com/janeczku/calibre-web
				synced 2025-11-04 09:13:02 +00:00 
			
		
		
		
	Make changes requested by Codacy
This commit is contained in:
		@@ -4,10 +4,10 @@
 | 
			
		||||
/* global Bloodhound, language, Modernizr, tinymce */
 | 
			
		||||
 | 
			
		||||
tinymce.init({
 | 
			
		||||
    selector: '#description',
 | 
			
		||||
    selector: "#description",
 | 
			
		||||
    branding: false,
 | 
			
		||||
    menubar: 'edit view format',
 | 
			
		||||
    language: language
 | 
			
		||||
    menubar: "edit view format",
 | 
			
		||||
    language
 | 
			
		||||
});
 | 
			
		||||
 | 
			
		||||
if (!Modernizr.inputtypes.date) {
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user