diff options
| author | Jaron Kent-Dobias <jaron@kent-dobias.com> | 2019-09-04 22:04:13 -0400 | 
|---|---|---|
| committer | Jaron Kent-Dobias <jaron@kent-dobias.com> | 2019-09-04 22:04:13 -0400 | 
| commit | 775908306b65e57f57195ae523e3e353afad20d9 (patch) | |
| tree | aa44e69f7d134af80607d076c5e248eef53bc2ca | |
| parent | 4025fcaf3995c976d4959d82d91e7a8914ee268e (diff) | |
| download | aps_mm_2018-master.tar.gz aps_mm_2018-master.tar.bz2 aps_mm_2018-master.zip  | |
| -rw-r--r-- | aps_mm_2018.html | 7 | 
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>  | 
