mirror of
https://github.com/Doctorado-ML/benchmark.git
synced 2025-08-17 00:15:55 +00:00
Fix datasets
This commit is contained in:
@@ -1,4 +1,7 @@
|
|||||||
{% extends 'base_' ~ framework ~ '.html' %}
|
{% extends 'base_' ~ framework ~ '.html' %}
|
||||||
|
{% macro javascript(file) %}
|
||||||
|
<script src="{{ url_for('static', filename=file) }}"></script>
|
||||||
|
{% endmacro %}
|
||||||
{% if framework == 'bootstrap' %}
|
{% if framework == 'bootstrap' %}
|
||||||
{% set button_class = 'btn btn-primary btn-small' %}
|
{% set button_class = 'btn btn-primary btn-small' %}
|
||||||
{% set h1_class = 'text-center' %}
|
{% set h1_class = 'text-center' %}
|
||||||
@@ -42,8 +45,8 @@
|
|||||||
</div>
|
</div>
|
||||||
{% endblock %}
|
{% endblock %}
|
||||||
{% block jscript %}
|
{% block jscript %}
|
||||||
|
{{ javascript("js/excelFiles.js") }}
|
||||||
<script>
|
<script>
|
||||||
{% include "js/excelFiles.js" %}
|
|
||||||
$(document).ready(function () {
|
$(document).ready(function () {
|
||||||
$(document).ajaxStart(function(){
|
$(document).ajaxStart(function(){
|
||||||
$("body").addClass('ajaxLoading');
|
$("body").addClass('ajaxLoading');
|
||||||
|
Reference in New Issue
Block a user