Skip to content
Snippets Groups Projects
Commit 62d41269 authored by Jan-Hendrik Willms's avatar Jan-Hendrik Willms Committed by Jan-Hendrik Willms
Browse files

remove print-view as well, re #993

parent 52d82d67
No related branches found
No related tags found
No related merge requests found
......@@ -16,6 +16,7 @@ STUDIP.ready((event) => {
$(document).on('fullscreenchange webkitfullscreenchange mozfullscreenchange MSFullscreenChange', () => {
// After the print action is called we must reset the style changes made above:
$('#qr_code').removeClass('print-view');
$('#layout_wrapper.print-qrcode').removeClass('print-qrcode').show();
});
});
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