Fakultas Ilmu Komputer UI

Skip to content
Snippets Groups Projects
Commit a58e913e authored by Ahmad Wigo Prasetya's avatar Ahmad Wigo Prasetya
Browse files

Menambah script test.js di base.html

parent cd90d4ac
No related branches found
No related tags found
No related merge requests found
...@@ -29,7 +29,7 @@ ...@@ -29,7 +29,7 @@
</title> </title>
</head> </head>
<body> <body>
<div id="qunit" hidden></div> <div id="qunit"></div>
<header> <header>
{% include "lab_6/partials/header.html" %} {% include "lab_6/partials/header.html" %}
</header> </header>
...@@ -49,5 +49,6 @@ ...@@ -49,5 +49,6 @@
<script type="application/javascript" src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/js/bootstrap.min.js"></script> <script type="application/javascript" src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/js/bootstrap.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/select2/4.0.4/js/select2.min.js"></script> <script src="https://cdnjs.cloudflare.com/ajax/libs/select2/4.0.4/js/select2.min.js"></script>
<script src="{% static 'js/lab_6.js' %}"></script> <script src="{% static 'js/lab_6.js' %}"></script>
<script src="{% static 'js/test.js' %}"></script>
<script src="https://code.jquery.com/qunit/qunit-2.4.1.js"></script> <script src="https://code.jquery.com/qunit/qunit-2.4.1.js"></script>
</body> </body>
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment