From 57041b345ca24bde1c6e5b24bbc888db35bd8b99 Mon Sep 17 00:00:00 2001 From: Radek Czajka Date: Tue, 10 Nov 2020 09:51:48 +0100 Subject: [PATCH] Fix theme box. --- src/redakcja/static/js/wiki/view_editor_wysiwyg.js | 2 +- src/redakcja/static/js/wiki/xslt.js | 2 +- src/redakcja/static/xsl/wl2html_client.xsl | 10 ++++++---- 3 files changed, 8 insertions(+), 6 deletions(-) diff --git a/src/redakcja/static/js/wiki/view_editor_wysiwyg.js b/src/redakcja/static/js/wiki/view_editor_wysiwyg.js index c1c9f6f1..72e218aa 100644 --- a/src/redakcja/static/js/wiki/view_editor_wysiwyg.js +++ b/src/redakcja/static/js/wiki/view_editor_wysiwyg.js @@ -421,7 +421,7 @@ var w = $box.outerWidth(); var h = $box.innerHeight(); - if ($origin.is(".annotation-inline-box") | $origin.is('*[x-edit-no-format]')) { + if ($origin.is(".annotation-inline-box") | $origin.is('.reference-inline-box')) { w = Math.max(w, 400); h = Math.max(h, 60); if($('.htmlview div').offset().left + $('.htmlview div').width() > ($('.vsplitbar').offset().left - 480)){ diff --git a/src/redakcja/static/js/wiki/xslt.js b/src/redakcja/static/js/wiki/xslt.js index 06228cd8..9da4e116 100644 --- a/src/redakcja/static/js/wiki/xslt.js +++ b/src/redakcja/static/js/wiki/xslt.js @@ -17,7 +17,7 @@ function withStylesheets(code_block, onError) if (!xml2htmlStylesheet) { $.blockUI({message: 'Ładowanie arkuszy stylów...'}); $.ajax({ - url: STATIC_URL + 'xsl/wl2html_client.xsl?20201106', + url: STATIC_URL + 'xsl/wl2html_client.xsl?20201110', dataType: 'xml', timeout: 10000, success: function(data) { diff --git a/src/redakcja/static/xsl/wl2html_client.xsl b/src/redakcja/static/xsl/wl2html_client.xsl index 51ea70f2..b359e912 100644 --- a/src/redakcja/static/xsl/wl2html_client.xsl +++ b/src/redakcja/static/xsl/wl2html_client.xsl @@ -719,10 +719,12 @@ - - - 📌 - + + + + + 📌 + -- 2.20.1