diff options
author | Malfurious <m@lfurio.us> | 2023-11-16 04:29:09 -0500 |
---|---|---|
committer | Malfurious <m@lfurio.us> | 2023-11-18 00:45:27 -0500 |
commit | 8448d52fa33ad03e2d46ead0b6c384318d6594a0 (patch) | |
tree | f89e1ad854335eeae2025e8a309b91c1817dcec6 /dmt/html/jobs.html | |
parent | 0e5ca160ed5a8cc92f56df6b07f4f1554d62a9f4 (diff) | |
download | cychedelic-8448d52fa33ad03e2d46ead0b6c384318d6594a0.tar.gz cychedelic-8448d52fa33ad03e2d46ead0b6c384318d6594a0.zip |
dmt: jobs: Scope javascript to this page
The script.js file is only really intended to run against the main jobs
page at this point. So, move its inclusion from the page master to the
jobs page specifically.
Signed-off-by: Malfurious <m@lfurio.us>
Diffstat (limited to 'dmt/html/jobs.html')
-rw-r--r-- | dmt/html/jobs.html | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/dmt/html/jobs.html b/dmt/html/jobs.html index 6ad138a..31ab6be 100644 --- a/dmt/html/jobs.html +++ b/dmt/html/jobs.html @@ -1,3 +1,5 @@ +<script defer type="text/javascript" src="/script.js"></script> + <h1>Latest Jobs</h1> <div class="box hidden" id="no_server"> |