|
@@ -12,7 +12,7 @@
|
|
<link rel="stylesheet" href="{{ base_url }}css/toastify.min.css">
|
|
<link rel="stylesheet" href="{{ base_url }}css/toastify.min.css">
|
|
<link rel="stylesheet" href="{{ base_url }}css/bs-theme/{{ theme }}.min.css">
|
|
<link rel="stylesheet" href="{{ base_url }}css/bs-theme/{{ theme }}.min.css">
|
|
<link rel="stylesheet" href="{{ base_url }}css/bootstrap-select.min.css">
|
|
<link rel="stylesheet" href="{{ base_url }}css/bootstrap-select.min.css">
|
|
- <link rel="stylesheet" href="{{ base_url }}css/app.css">
|
|
|
|
|
|
+ <link rel="stylesheet" href="{{ base_url }}css/app.css?v={{ version }}">
|
|
{% for css in css_file %}
|
|
{% for css in css_file %}
|
|
{% if css %}<link rel="stylesheet" href="{{ css }}">{% end %}
|
|
{% if css %}<link rel="stylesheet" href="{{ css }}">{% end %}
|
|
{% end %}
|
|
{% end %}
|
|
@@ -57,7 +57,7 @@
|
|
if (window.navigator.userAgent.indexOf('MSIE ') !== -1 || window.navigator.userAgent.indexOf('Trident/') !== -1)
|
|
if (window.navigator.userAgent.indexOf('MSIE ') !== -1 || window.navigator.userAgent.indexOf('Trident/') !== -1)
|
|
$('#output-container').html('<div class="alert alert-danger" role="alert"> Sorry, this website does not support IE browser. ☹ </div>');
|
|
$('#output-container').html('<div class="alert alert-danger" role="alert"> Sorry, this website does not support IE browser. ☹ </div>');
|
|
</script>
|
|
</script>
|
|
-<script src="{{ base_url }}js/pywebio.min.js"></script>
|
|
|
|
|
|
+<script src="{{ base_url }}js/pywebio.min.js?v={{ version }}"></script>
|
|
{% for js in js_file %}
|
|
{% for js in js_file %}
|
|
{% if js %}<script src="{{ js }}"></script>{% end %}
|
|
{% if js %}<script src="{{ js }}"></script>{% end %}
|
|
{% end %}
|
|
{% end %}
|