Common.js

From Beds24 Wiki
Jump to navigation Jump to search

if ( window.location.search.indexOf('printable=yes') !== -1 ) {

   document.documentElement.classList.add('force-print-mode');

}