mirror of
https://github.com/Combodo/iTop.git
synced 2026-02-12 23:14:18 +01:00
N°6167 - Fix welcome popup opening with collapsed content
This commit is contained in:
@@ -6,7 +6,7 @@ oWelcomePopupDialogElem.removeClass('ibo-is-hidden');
|
||||
// Prepare dialog
|
||||
oWelcomePopupDialogElem.dialog({
|
||||
modal: true,
|
||||
width: '70%',
|
||||
width: $(window).innerWidth() * 0.7,
|
||||
maxHeight: $(window).innerHeight() * 0.8,
|
||||
autoOpen: true,
|
||||
title: oWelcomePopupDialogElem.attr('data-title'),
|
||||
|
||||
Reference in New Issue
Block a user