Common.js
Jump to navigation
Jump to search
if ( window.location.search.indexOf('printable=yes') !== -1 ) {
document.documentElement.classList.add('force-print-mode');
}
if ( window.location.search.indexOf('printable=yes') !== -1 ) {
document.documentElement.classList.add('force-print-mode');
}