mirror of
https://github.com/HeyPuter/puter
synced 2024-11-14 22:06:00 +00:00
another one!
This commit is contained in:
parent
854bb38026
commit
b63e11a898
@ -127,7 +127,7 @@ export default {
|
|||||||
$('body').removeClass('menubar-style-desktop');
|
$('body').removeClass('menubar-style-desktop');
|
||||||
$('.window-menubar-global').each((_, el) => {
|
$('.window-menubar-global').each((_, el) => {
|
||||||
let win_id = $(el).attr('data-window-id');
|
let win_id = $(el).attr('data-window-id');
|
||||||
$(el).insertAfter('.window[data-id="'+win_id+'"] .window-head');
|
$(el).insertAfter(H`.window[data-id="${win_id}"] .window-head`);
|
||||||
// remove window-menubar-global
|
// remove window-menubar-global
|
||||||
$(el).removeClass('window-menubar-global');
|
$(el).removeClass('window-menubar-global');
|
||||||
// show
|
// show
|
||||||
|
@ -86,7 +86,7 @@ async function UIWindowLogin(options){
|
|||||||
$("#version-placeholder").html(H`Version: ${res.version} • Server: ${res.location} • Deployed: ${deployed_date}`);
|
$("#version-placeholder").html(H`Version: ${res.version} • Server: ${res.location} • Deployed: ${deployed_date}`);
|
||||||
})
|
})
|
||||||
.catch(() => {
|
.catch(() => {
|
||||||
$("#version-placeholder").html("Failed to load version or server information.");
|
$("#version-placeholder").html(`Failed to load version or server information.`);
|
||||||
});
|
});
|
||||||
|
|
||||||
const el_window = await UIWindow({
|
const el_window = await UIWindow({
|
||||||
|
Loading…
Reference in New Issue
Block a user