File tree Expand file tree Collapse file tree 2 files changed +0
-3
lines changed Expand file tree Collapse file tree 2 files changed +0
-3
lines changed Original file line number Diff line number Diff line change @@ -148,7 +148,6 @@ async function UITaskbar(options){
148148 appendTo : "body" ,
149149 revert : "invalid" ,
150150 connectToSortable : ".taskbar" ,
151- //containment: "document",
152151 zIndex : parseInt ( $ ( popover ) . css ( 'z-index' ) ) + 1 ,
153152 scroll : false ,
154153 distance : 5 ,
@@ -292,7 +291,6 @@ window.make_taskbar_sortable = function(){
292291 } ) ;
293292 let el = ( $ ( item ) . detach ( ) )
294293 $ ( el ) . insertAfter ( ui . item ) ;
295- // $(ui.item).insertBefore(`<h1>Hello!</h1>`);
296294 $ ( el ) . show ( ) ;
297295 $ ( ui . item ) . removeItems ( ) ;
298296 window . update_taskbar ( ) ;
Original file line number Diff line number Diff line change @@ -34,7 +34,6 @@ import UIWindowChangeUsername from './UI/UIWindowChangeUsername.js';
3434import update_last_touch_coordinates from './helpers/update_last_touch_coordinates.js' ;
3535import update_title_based_on_uploads from './helpers/update_title_based_on_uploads.js' ;
3636import PuterDialog from './UI/PuterDialog.js' ;
37- import determine_active_container_parent from './helpers/determine_active_container_parent.js' ;
3837import { ThemeService } from './services/ThemeService.js' ;
3938import { BroadcastService } from './services/BroadcastService.js' ;
4039import { ProcessService } from './services/ProcessService.js' ;
You can’t perform that action at this time.
0 commit comments