comparison Applications/StoneWebViewer/Resources/Graveyard/print-2.js @ 1660:05b55b89a134

use local copy of open-sans, remove ua-parser
author Sebastien Jodogne <s.jodogne@gmail.com>
date Thu, 19 Nov 2020 10:21:20 +0100
parents 39137da83b0b
children 9ac2a65d4172
comparison
equal deleted inserted replaced
1659:641d39cc8537 1660:05b55b89a134
16 * 16 *
17 * You should have received a copy of the GNU Affero General Public License 17 * You should have received a copy of the GNU Affero General Public License
18 * along with this program. If not, see <http://www.gnu.org/licenses/>. 18 * along with this program. If not, see <http://www.gnu.org/licenses/>.
19 **/ 19 **/
20 20
21
22 // DEPENDENCY: https://github.com/faisalman/ua-parser-js
21 23
22 function beforePrint(event) { 24 function beforePrint(event) {
23 var body = $('body'); 25 var body = $('body');
24 body.addClass('print'); 26 body.addClass('print');
25 27