From 242e9f5d408cd61eb70679513f8f3a2ccdcf5bf8 Mon Sep 17 00:00:00 2001 From: echarp Date: Mon, 1 Sep 2014 11:31:01 +0200 Subject: [PATCH] =?UTF-8?q?On=20peut=20rajouter=20des=20images=20dans=20l'?= =?UTF-8?q?=C3=A9diteur=20tiny=20mce?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/assets/javascripts/events.js.coffee | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/app/assets/javascripts/events.js.coffee b/app/assets/javascripts/events.js.coffee index f420cf27..495e5761 100644 --- a/app/assets/javascripts/events.js.coffee +++ b/app/assets/javascripts/events.js.coffee @@ -11,14 +11,14 @@ $(document).ready -> ' bold italic strikethrough | bullist numlist outdent indent | alignleft aligncenter alignright alignjustify - | link media insertdatetime charmap table + | link image media insertdatetime charmap table | undo redo | searchreplace | code visualblocks preview fullscreen' ], - plugins: 'lists, advlist, autolink, link, charmap, paste, print, preview, - table, fullscreen, searchreplace, media, insertdatetime, visualblocks, - visualchars, wordcount, contextmenu, code' + plugins: 'lists, advlist, autolink, link, image, charmap, paste, print, + preview, table, fullscreen, searchreplace, media, insertdatetime, + visualblocks, visualchars, wordcount, contextmenu, code' # Manage event tags edition $('#event_tags').each ->