regen release

This commit is contained in:
Dany LE 2021-11-26 18:22:42 +01:00
parent 15f8de8910
commit dc2a7c36d8
2 changed files with 1 additions and 1 deletions

Binary file not shown.

View File

@ -442,7 +442,7 @@ namespace OS {
//load css file
try{
const css = `${path}/main.css`;
const d_1 = await css.asFileHandle().onready();
await css.asFileHandle().onready();
const stamp = new Date().timestamp();
const el = $("<link>", {
rel: "stylesheet",