Replacing jQuery UI dialog with a child 'popup' window. By changing dialog.coffee this replaces all jQuery UI based dialogs at once.
On some browsers and devices the child window might open in a tab, or if the user has the opening of child windows blocked be requested to unblock for the wiki site. But, it removes the dialog that obscures a portion of the screen, and may present a challenge in a small windows.
Replacing jQuery UI dialog with a child 'popup' window. By changing
dialog.coffee
this replaces all jQuery UI based dialogs at once.On some browsers and devices the child window might open in a tab, or if the user has the opening of child windows blocked be requested to unblock for the wiki site. But, it removes the dialog that obscures a portion of the screen, and may present a challenge in a small windows.
Replacing
with