Allow WebUI sidebar to be collapsed

This commit is contained in:
Thomas Piccirello 2018-11-25 15:05:31 -05:00 committed by sledgehammer999
parent aded9afc0e
commit f0a50424be
No known key found for this signature in database
GPG key ID: 6E4A2D025B7CC9A2

View file

@ -97,13 +97,11 @@ window.addEvent('load', function() {
placement: 'left',
onResize: saveColumnSizes,
width: filt_w,
resizeLimit: [100, 300]
resizeLimit: [1, 300]
});
new MochaUI.Column({
id: 'mainColumn',
placement: 'main',
width: null,
resizeLimit: [100, 300]
placement: 'main'
});
setCategoryFilter = function(hash) {