* Fix bug #21213.
This commit is contained in:
@@ -64,7 +64,7 @@
|
||||
#kanbanList .project-row > .project-col {float: left; width: 50%; padding: 10px;}
|
||||
#kanbanList .project-row > .execution-item {position: absolute!important; left: 100%; top: 0}
|
||||
|
||||
.region-affixed-scrollbar {position: fixed; bottom: 0; overflow-x: auto; overflow-x: auto; z-index: 100; background-color: rgba(255,255,255,.85); display: none;}
|
||||
.region-affixed-scrollbar {position: fixed; bottom: 0; overflow-x: auto; z-index: 100; background-color: rgba(255,255,255,.85); display: none;}
|
||||
.has-affixed-region .region-affixed-scrollbar {display: block;}
|
||||
.region-affixed-holder {height: 1px;}
|
||||
</style>
|
||||
|
||||
@@ -61,7 +61,7 @@ a.programName:focus, a.programName:hover {background: #0c64eb; color: #fff !impo
|
||||
$('#programTree').tree();
|
||||
$(function()
|
||||
{
|
||||
$(document).on('change', 'input[name^="showClosed"]', function()
|
||||
$("input[name^='showClosed']").change(function()
|
||||
{
|
||||
var showClosed = $(this).is(':checked') ? 1 : 0;
|
||||
$.cookie('showClosed', showClosed, {expires:config.cookieLife, path:config.webRoot});
|
||||
|
||||
Reference in New Issue
Block a user