From c321bc169ebafef98751ca9507ac69977e394c83 Mon Sep 17 00:00:00 2001 From: yflory Date: Tue, 26 May 2020 11:27:58 +0200 Subject: [PATCH] Fix print in rich text with firefox --- www/pad/inner.js | 1 + 1 file changed, 1 insertion(+) diff --git a/www/pad/inner.js b/www/pad/inner.js index c5bf1a04a..2850ea6cd 100644 --- a/www/pad/inner.js +++ b/www/pad/inner.js @@ -995,6 +995,7 @@ define([ } return _getPath(name); }; + window.__defineGetter__('_cke_htmlToLoad', function() {}); editor.plugins.mediatag.import = function($mt) { framework._.sfCommon.importMediaTag($mt); };