summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJaron Kent-Dobias <jaron@kent-dobias.com>2019-09-04 22:04:13 -0400
committerJaron Kent-Dobias <jaron@kent-dobias.com>2019-09-04 22:04:13 -0400
commit775908306b65e57f57195ae523e3e353afad20d9 (patch)
treeaa44e69f7d134af80607d076c5e248eef53bc2ca
parent4025fcaf3995c976d4959d82d91e7a8914ee268e (diff)
downloadaps_mm_2018-master.tar.gz
aps_mm_2018-master.tar.bz2
aps_mm_2018-master.zip
final changesHEADmaster
-rw-r--r--aps_mm_2018.html7
1 files changed, 7 insertions, 0 deletions
diff --git a/aps_mm_2018.html b/aps_mm_2018.html
index a12c96e..d8988d8 100644
--- a/aps_mm_2018.html
+++ b/aps_mm_2018.html
@@ -17,6 +17,13 @@
</style>
<link rel="stylesheet" type="text/css" href="main.css">
<link rel="stylesheet" type="text/css" href="fonts/Concrete/cmun-concrete.css">
+ <script>
+ var link = document.createElement( 'link' );
+ link.rel = 'stylesheet';
+ link.type = 'text/css';
+ link.href = window.location.search.match( /print-pdf/gi ) ? 'css/print/pdf.css' : 'css/print/paper.css';
+ document.getElementsByTagName( 'head' )[0].appendChild( link );
+</script>
</head>
<body>