From 3a135f96c54fc261937a29cc2e1c5cc0525c2d9a Mon Sep 17 00:00:00 2001 From: ulaulaman Date: Thu, 21 Oct 2021 17:37:09 +0200 Subject: [PATCH] Pulizia --- _config.yml | 1 - assets/js/tinymce-buttons.js | 19 ------------------- 2 files changed, 20 deletions(-) delete mode 100644 _config.yml delete mode 100644 assets/js/tinymce-buttons.js diff --git a/_config.yml b/_config.yml deleted file mode 100644 index b849713..0000000 --- a/_config.yml +++ /dev/null @@ -1 +0,0 @@ -theme: jekyll-theme-leap-day \ No newline at end of file diff --git a/assets/js/tinymce-buttons.js b/assets/js/tinymce-buttons.js deleted file mode 100644 index 7da82e1..0000000 --- a/assets/js/tinymce-buttons.js +++ /dev/null @@ -1,19 +0,0 @@ -/** - * TinyMCE buttons for custom shortcodes - */ -( function() { - tinymce.create( 'tinymce.plugins.Bookdata', { - init: function( ed, url ) { - ed.addButton( 'bookdata', { - title: 'Bookdata', - /** image: url + '/img/tinymce-sample.png', */ - onclick: function() { - title = prompt( "Enter title", "" ); - ed.execCommand( 'mceInsertContent', false, '[bookdata title="' + title + '"]' ); - } - }); - }, - createControl: function( n, cm ) { return null; }, - }); - tinymce.PluginManager.add( 'bookdata', tinymce.plugins.PilauSample ); -})(); \ No newline at end of file