Clicking the top of the box should collapse it
This commit is contained in:
parent
c3c13e6291
commit
ed87d6fc87
@ -254,3 +254,8 @@ div.ticket-info {
|
|||||||
width: 0;
|
width: 0;
|
||||||
overflow:hidden;
|
overflow:hidden;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.box-header h1.box-title {
|
||||||
|
width: 100%;
|
||||||
|
cursor: pointer;
|
||||||
|
}
|
@ -85,6 +85,10 @@ var loadJquery = function()
|
|||||||
.prop('selected', false)
|
.prop('selected', false)
|
||||||
.trigger('change');
|
.trigger('change');
|
||||||
});
|
});
|
||||||
|
|
||||||
|
$('.box-header h1.box-title').click(function() {
|
||||||
|
$(this).parent().find('[data-widget="collapse"]').click();
|
||||||
|
});
|
||||||
};
|
};
|
||||||
|
|
||||||
function calculateGrayCount(background) {
|
function calculateGrayCount(background) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user