mirror of
https://github.com/JonathanHerrewijnen/calibre-web.git
synced 2024-11-10 21:24:15 +00:00
Make changes requested by Codacy
This commit is contained in:
parent
3258f4fb79
commit
59afc7eb9f
@ -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) {
|
||||
|
Loading…
Reference in New Issue
Block a user