File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -123,7 +123,6 @@ <h3>Digital Portfolio — Written Responses</h3>
123123 </ div >
124124 </ div >
125125 < div class ="pdf-actions ">
126- < button class ="btn-pdf btn-generate " onclick ="generatePDF() "> ↓ Download Portfolio PDF</ button >
127126 < button class ="btn-pdf btn-print " onclick ="window.print() "> ⎙ Print</ button >
128127 </ div >
129128 < div id ="print-code-listing "> </ div >
@@ -145,7 +144,6 @@ <h3>Digital Portfolio — Written Responses</h3>
145144< script src ="github.js " defer > </ script >
146145< script src ="checks.js " defer > </ script >
147146< script src ="render.js " defer > </ script >
148- < script src ="pdf.js " defer > </ script >
149147< script src ="app.js " defer > </ script >
150148</ body >
151149</ html >
Load diff This file was deleted.
Original file line number Diff line number Diff line change @@ -58,7 +58,7 @@ function renderAll() {
5858 if ( listing ) {
5959 const files = Object . entries ( codeContent ) ;
6060 if ( files . length ) {
61- const CHUNK = 50 ; // lines per unbreakable chunk
61+ const CHUNK = 55 ; // lines per unbreakable chunk
6262 listing . innerHTML = '<div class="print-code-title">Code Listing</div>' +
6363 files . map ( ( [ name , src ] ) => {
6464 const lines = src . split ( '\n' ) ;
You can’t perform that action at this time.
0 commit comments