зеркало из https://github.com/mozilla/pjs.git
Make the Pretty print window smaller so that it doesn't run off the bottom of
the screen w/ Mozilla.
This commit is contained in:
Родитель
df89146f2b
Коммит
67b07cb364
|
@ -4437,7 +4437,7 @@ function openIssuerWindow()
|
|||
|
||||
function showCertContents()
|
||||
{
|
||||
window.open('get?baseRef=certPrettyPrint&target=%1$d', 'dump'+uniqueName,'width=760,height=800,scrollbars=yes,resizable=yes,toolbar=no,menubar=no');
|
||||
window.open('get?baseRef=certPrettyPrint&target=%1$d', 'dump'+uniqueName,'width=760,height=625,scrollbars=yes,resizable=yes,toolbar=no,menubar=no');
|
||||
}
|
||||
//-->
|
||||
</script>
|
||||
|
|
Загрузка…
Ссылка в новой задаче