splitt api functions in seperate .js file

This commit is contained in:
Niklas Müller 2024-03-07 15:15:40 +01:00
parent fad9f38422
commit b8a34dd2a7
4 changed files with 49 additions and 34 deletions

View file

@ -20,8 +20,9 @@
</div>
<script src="https://cdn.jsdelivr.net/npm/vue@2"></script>
<script src="{{ url_for('static', filename='js/project_functions.js') }}"></script>
<link href="{{ url_for('static', filename='css/project_styles.css') }}" rel="stylesheet">
<script src="{{ url_for('static', filename='js/pdf_api_wrapper.js') }}"></script>
<script src="{{ url_for('static', filename='js/project.js') }}"></script>
<link href="{{ url_for('static', filename='css/project.css') }}" rel="stylesheet">
<div id="btn-group-download" class="btn-group" role="group" aria-label="Download outlined buttons">
<button type="button" class="btn btn-outline-dark" id="btn_download_complete">Download whole Project</button>