diff options
| author | Yuval Adam <_@yuv.al> | 2020-10-01 19:11:07 +0300 |
|---|---|---|
| committer | Yuval Adam <_@yuv.al> | 2020-10-01 19:11:07 +0300 |
| commit | 27b559760cef7bee9e1aef0e9eee69a21ad1f641 (patch) | |
| tree | 3fb2c934923e621495730eeac28bb6afe3ba9a0c | |
| parent | f81e855b71ebac0845fe06fe0bd06cdbf7b1cc7e (diff) | |
Remove core.js reference for now
| -rw-r--r-- | iss/templates/passes.html | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/iss/templates/passes.html b/iss/templates/passes.html index 63ef325..c3d868c 100644 --- a/iss/templates/passes.html +++ b/iss/templates/passes.html @@ -2,7 +2,6 @@ {% block extrahead %} <script src="/static/js/vue.min.js"></script> -<script src="/static/js/core.js"></script> {% endblock %} {% block content %} |
