|
@ -56,6 +56,10 @@ |
|
|
} |
|
|
} |
|
|
})(); |
|
|
})(); |
|
|
|
|
|
|
|
|
|
|
|
var popupWasResized = function() { |
|
|
|
|
|
document.body.setAttribute('data-resize-popup', ''); |
|
|
|
|
|
}; |
|
|
|
|
|
|
|
|
var resizePopup = (function() { |
|
|
var resizePopup = (function() { |
|
|
var timer; |
|
|
var timer; |
|
|
var fix = function() { |
|
|
var fix = function() { |
|
@ -73,6 +77,7 @@ var resizePopup = (function() { |
|
|
'hConstrained', |
|
|
'hConstrained', |
|
|
window.innerWidth < document.body.clientWidth |
|
|
window.innerWidth < document.body.clientWidth |
|
|
); |
|
|
); |
|
|
|
|
|
popupWasResized(); |
|
|
}; |
|
|
}; |
|
|
return function() { |
|
|
return function() { |
|
|
if ( timer !== undefined ) { |
|
|
if ( timer !== undefined ) { |
|
@ -371,6 +376,7 @@ function toggleCollapseState(elem) { |
|
|
} else { |
|
|
} else { |
|
|
toggleSpecificCollapseState(elem); |
|
|
toggleSpecificCollapseState(elem); |
|
|
} |
|
|
} |
|
|
|
|
|
popupWasResized(); |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
function toggleMainCollapseState(uelem) { |
|
|
function toggleMainCollapseState(uelem) { |
|
@ -449,6 +455,7 @@ function updateMatrixColors() { |
|
|
expandos = expandosFromNode(cell); |
|
|
expandos = expandosFromNode(cell); |
|
|
addCellClass(cell, expandos.hostname, expandos.reqType); |
|
|
addCellClass(cell, expandos.hostname, expandos.reqType); |
|
|
} |
|
|
} |
|
|
|
|
|
popupWasResized(); |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
/******************************************************************************/ |
|
|
/******************************************************************************/ |
|
|