mirror of
https://github.com/iSoron/uhabits.git
synced 2025-12-06 09:08:52 -06:00
Restore Backend class; replace TaskRunner by Kotlin Coroutines
This commit is contained in:
@@ -12,8 +12,8 @@
|
||||
</style>
|
||||
</head>
|
||||
<body>
|
||||
<canvas id="canvas" width=500 height=400 style="display: none"></canvas>
|
||||
<div id="mocha"></div>
|
||||
<canvas id="canvas" style="width: 500px; height: 400px; display: none;"></canvas>
|
||||
<script src="../lib/mocha.js"></script>
|
||||
<script>mocha.setup('bdd')</script>
|
||||
<script src="../test.js"></script>
|
||||
|
||||
Reference in New Issue
Block a user