Make changes requested by Codacy
This commit is contained in:
parent
3258f4fb79
commit
59afc7eb9f
|
@ -4,10 +4,10 @@
|
||||||
/* global Bloodhound, language, Modernizr, tinymce */
|
/* global Bloodhound, language, Modernizr, tinymce */
|
||||||
|
|
||||||
tinymce.init({
|
tinymce.init({
|
||||||
selector: '#description',
|
selector: "#description",
|
||||||
branding: false,
|
branding: false,
|
||||||
menubar: 'edit view format',
|
menubar: "edit view format",
|
||||||
language: language
|
language
|
||||||
});
|
});
|
||||||
|
|
||||||
if (!Modernizr.inputtypes.date) {
|
if (!Modernizr.inputtypes.date) {
|
||||||
|
|
Loading…
Reference in New Issue
Block a user