1
0
mirror of https://github.com/janeczku/calibre-web synced 2025-10-29 06:17:40 +00:00

Move TinyMCE into edit_books.js

This commit is contained in:
Jonathan Rehm
2017-07-18 08:52:11 -07:00
parent 5715d27c97
commit 61e0405f75
2 changed files with 7 additions and 8 deletions

View File

@@ -3,6 +3,13 @@
*/
/* global Bloodhound, language */
tinymce.init({
selector: '#description',
branding: false,
menubar: 'edit view format',
language: language
});
if (!Modernizr.inputtypes.date) {
$('#pubdate').datepicker({
format: 'yyyy-mm-dd',