diff options
Diffstat (limited to 'javascript/tests/index.html')
-rw-r--r-- | javascript/tests/index.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/javascript/tests/index.html b/javascript/tests/index.html index 19f55cc..06bfc02 100644 --- a/javascript/tests/index.html +++ b/javascript/tests/index.html @@ -25,7 +25,7 @@ <script src="{{rootURL}}assets/vendor.js"></script> <script src="{{rootURL}}assets/test-support.js"></script> <script src="{{rootURL}}assets/haskell-code-explorer.js"></script> - <script src="{{rootURL}}assets/tests.js"></script> + <script src="{{rootURL}}assets/tests.js"></script> {{content-for "body-footer"}} {{content-for "test-body-footer"}} |