mirror of
https://github.com/leporello-js/leporello-js
synced 2026-01-13 13:04:30 -08:00
remove dead code
This commit is contained in:
@@ -68,16 +68,6 @@ export class UI {
|
|||||||
this.statusbar = el('div', 'statusbar',
|
this.statusbar = el('div', 'statusbar',
|
||||||
this.status = el('div', 'status'),
|
this.status = el('div', 'status'),
|
||||||
this.current_module = el('div', 'current_module'),
|
this.current_module = el('div', 'current_module'),
|
||||||
/*
|
|
||||||
// Fullscreen cancelled on escape, TODO
|
|
||||||
el('a', {
|
|
||||||
"class" : 'request_fullscreen',
|
|
||||||
href: 'javascript:void(0)',
|
|
||||||
click: e => document.body.requestFullscreen(),
|
|
||||||
},
|
|
||||||
'Fullscreen'
|
|
||||||
),
|
|
||||||
*/
|
|
||||||
|
|
||||||
el('a', {
|
el('a', {
|
||||||
'class': 'statusbar_action first',
|
'class': 'statusbar_action first',
|
||||||
|
|||||||
Reference in New Issue
Block a user