Skip to content
Snippets Groups Projects
Commit ee5848a4 authored by Marius Dumitru Florea's avatar Marius Dumitru Florea
Browse files

XWIKI-19931: Office format export options are not displayed anymore after...

XWIKI-19931: Office format export options are not displayed anymore after installing PDF Export Application

(cherry picked from commit 40958e08)
parent 0e08e6b3
No related merge requests found
......@@ -385,7 +385,7 @@
exportButton.prependTo('#exportModalOtherCollapse .export-buttons');
// Remove the accordion if the Office category is empty.
if (!$('#exportModelOfficeCollapse .pane-body').children().length) {
if (!$('#exportModelOfficeCollapse .panel-body').children().length) {
// We need to keep the '#exportModalOtherCollapse' element because it is used by exporter.js
$('#exportModalAccordion').replaceWith($('#exportModalOtherCollapse'));
$('#exportModalOtherCollapse').attr({
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment