Skip to content

Commit 838e0c4

Browse files
committed
Alter appendix to correct file name for main.js
1 parent c60c5a5 commit 838e0c4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

chapters/appendixA.tex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ \subsubsection{Inject it via the devtools}
6969
\begin{lstlisting}
7070
(function(){var head=document.getElementsByTagName('head')[0],script=document
7171
.createElement('script');script.type='text/javascript';script
72-
.src='http://localhost:8000/static/js/main.3d588863.js';head.appendChild
72+
.src='http://localhost:8000/static/js/main.f63a7d7b.js';head.appendChild
7373
(script);})();
7474
\end{lstlisting}
7575

0 commit comments

Comments
 (0)