Mario tests in prod only...

This commit is contained in:
Mario Zechner 2023-06-01 19:29:49 +02:00
parent dcc839cccb
commit c5f0812e02
6 changed files with 7 additions and 5 deletions

View File

@ -22,8 +22,8 @@
<div id="numresults" style="margin-top: 1em"></div>
<table id="result"></table>
</div>
<script src="utils.js"></script>
<script src="alasql.js"></script>
<script src="utils.js"></script>
<script src="aktionen.js"></script>
</body>

View File

@ -18,8 +18,8 @@
<div id="numresults" style="margin-top: 1em"></div>
<table id="result"></table>
</div>
<script src="utils.js"></script>
<script src="alasql.js"></script>
<script src="utils.js"></script>
<script src="billiger.js"></script>
</body>

View File

@ -39,9 +39,9 @@
</div>
<div id="search" class="column"></div>
</div>
<script src="utils.js"></script>
<script src="alasql.js"></script>
<script src="chart.js"></script>
<script src="alasql.js"></script>
<script src="utils.js"></script>
<script src="cart.js"></script>
</body>

View File

@ -25,6 +25,7 @@
<table id="carts" class="carts"></table>
</div>
<input type="file" id="fileInput" style="display: none;">
<script src="alasql.js"></script>
<script src="utils.js"></script>
<script src="carts.js"></script>
</body>

View File

@ -28,6 +28,7 @@
<div id="results"></div>
<table id="result"></table>
</div>
<script src="alasql.js"></script>
<script src="utils.js"></script>
<script src="changes.js"></script>
</body>

View File

@ -32,9 +32,9 @@
<div id="search" class="column">
</div>
</div>
<script src="utils.js"></script>
<script src="alasql.js"></script>
<script src="chart.js"></script>
<script src="utils.js"></script>
<script src="main.js"></script>
</body>