DiviArea.hideOverlay()
Removes the background overlay and makes the window scrollable again. This effectively undoes the changes from DiviArea.showOverlay()
.
Params
- no Params
Returns
The function does not return anything.
Examples
// Hide the overlay.
DiviArea.hideOverlay();
Notes
No notes