We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 190782d commit b104290Copy full SHA for b104290
js/kunai/ui/treeview.js
@@ -350,16 +350,6 @@ class Treeview {
350
this.root = $('<div>', {class: 'tree v2'}).appendTo(this.e)
351
this.opts = Object.assign({}, opts)
352
this.legacy = this.opts.legacy
353
- this.forceLegacy = false
354
-
355
- {
356
- let aaa = $('<label>', {id: 'forceLegacyWrapper'}).append($('<div>', {class: 'notice'}).text('Legacy sidebar')).prependTo(this.e)
357
- this.forceLegacyCheck = $('<input>', {id: 'forceLegacy', type: 'checkbox'}).appendTo(aaa)
358
- }
359
360
- this.forceLegacyCheck.change((e) => {
361
- this.e.toggleClass('force-legacy')
362
- })
363
364
this.log.debug('initialzing...')
365
0 commit comments