fix for chrome and better images

This commit is contained in:
Florian Schmitt 2025-02-05 22:52:56 +03:00
parent 17adc79846
commit 17a6eb9962
10 changed files with 233 additions and 220 deletions

View file

@ -133,7 +133,7 @@ document.addEventListener("DOMContentLoaded", function(event) {
$.each( $('.selected'), function( key, value ) {
content = content + "\n" +'{{include page="'+value.getAttribute('data-tag')+'"}}'
});
window.location.href = '/?wiki/render&print=1&content='+content+'&returnTo='+window.location.href;
window.location.href = '/?wiki/render&print=1&content='+content+'&returnTo=<?php echo $GLOBALS['wiki']->href('', 'Merci'); ?>';
return false;
})
$('.btn-save-selected').on('click', function(e){