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:
@@ -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',
|
||||
|
||||
Reference in New Issue
Block a user