deleted: static/js/fullscreen.js
modified: static/style.css modified: templates/about.html modified: templates/inactive.html modified: templates/profiles.html modified: templates/quiz.html modified: templates/result.html
This commit is contained in:
@@ -127,15 +127,14 @@
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<script>
|
||||
window.appData = {
|
||||
profiles: {{ profiles | tojson }},
|
||||
initialUserData: [39,39,39,39,39,39]
|
||||
};
|
||||
</script>
|
||||
<a class="video-link" href="{{ url_for('video') }}">▶</a>
|
||||
<script src="{{ url_for('static', filename='js/inactive.js') }}"></script>
|
||||
<script src="{{ url_for('static', filename='js/fullscreen.js') }}"></script>
|
||||
<script src="{{ url_for('static', filename='js/idle.js') }}"></script>
|
||||
</body>
|
||||
</html>
|
||||
|
||||
Reference in New Issue
Block a user