skopix 2.0.57 → 2.0.58
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +1 -1
- package/web/app/index.html +0 -6
package/package.json
CHANGED
package/web/app/index.html
CHANGED
|
@@ -5910,12 +5910,6 @@ function populateLibraryTagFilter() {
|
|
|
5910
5910
|
sel.onchange = prev;
|
|
5911
5911
|
}
|
|
5912
5912
|
|
|
5913
|
-
async function loadLibraryView() {
|
|
5914
|
-
const steps = await fetchLibrarySteps();
|
|
5915
|
-
populateLibraryTagFilter();
|
|
5916
|
-
renderLibrarySteps(steps);
|
|
5917
|
-
}
|
|
5918
|
-
|
|
5919
5913
|
// ── STEP TESTER ──────────────────────────────────────────────────────────────
|
|
5920
5914
|
let stepTesterState = { testerId: null };
|
|
5921
5915
|
|