mirror of
https://github.com/HeyPuter/puter.git
synced 2025-02-02 23:28:39 +08:00
cleanup
This commit is contained in:
parent
c69006e185
commit
8c9f92cb61
@ -148,7 +148,6 @@ async function UITaskbar(options){
|
||||
appendTo: "body",
|
||||
revert: "invalid",
|
||||
connectToSortable: ".taskbar",
|
||||
//containment: "document",
|
||||
zIndex: parseInt($(popover).css('z-index')) + 1,
|
||||
scroll: false,
|
||||
distance: 5,
|
||||
@ -292,7 +291,6 @@ window.make_taskbar_sortable = function(){
|
||||
});
|
||||
let el = ($(item).detach())
|
||||
$(el).insertAfter(ui.item);
|
||||
// $(ui.item).insertBefore(`<h1>Hello!</h1>`);
|
||||
$(el).show();
|
||||
$(ui.item).removeItems();
|
||||
window.update_taskbar();
|
||||
|
@ -34,7 +34,6 @@ import UIWindowChangeUsername from './UI/UIWindowChangeUsername.js';
|
||||
import update_last_touch_coordinates from './helpers/update_last_touch_coordinates.js';
|
||||
import update_title_based_on_uploads from './helpers/update_title_based_on_uploads.js';
|
||||
import PuterDialog from './UI/PuterDialog.js';
|
||||
import determine_active_container_parent from './helpers/determine_active_container_parent.js';
|
||||
import { ThemeService } from './services/ThemeService.js';
|
||||
import { BroadcastService } from './services/BroadcastService.js';
|
||||
import { ProcessService } from './services/ProcessService.js';
|
||||
|
Loading…
Reference in New Issue
Block a user