fix for chrome and better images
This commit is contained in:
parent
17adc79846
commit
17a6eb9962
10 changed files with 233 additions and 220 deletions
|
@ -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){
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue