Skip to content

Commit b80b784

Browse files
committed
updated lite
1 parent d195194 commit b80b784

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

klite.embd

+1-1
Original file line numberDiff line numberDiff line change
@@ -18450,7 +18450,7 @@ Current version indicated by LITEVER below.
1845018450
let entry = "";
1845118451
if(testslot)
1845218452
{
18453-
entry = `<div onclick="load_from_slot(`+i+`)" class="corpo_leftpanel_btn" type="button">`+testslot+`</div>`;
18453+
entry = `<div onclick="load_from_slot(`+i+`, true)" class="corpo_leftpanel_btn" type="button">`+testslot+`</div>`;
1845418454
}
1845518455
panelitems += entry;
1845618456
}

0 commit comments

Comments
 (0)