aboutsummaryrefslogtreecommitdiff
path: root/ext/fg/js/popup-window.js
Commit message (Collapse)AuthorAge
* Popup setup refactoring (#1054)toasted-nutbread2020-11-23
| | | | | | | | | | | | | * Pass childrenSupported as a parameter to Frontend/Popup constructors * Remove setChildrenSupported * Use event listener instead of function override * Update options order * Expand options and use object for clarity * Fix childrenSupported not being fully propagated
* Fix displayDetails not being properly null checked (#865)toasted-nutbread2020-09-26
|
* Popup window (#773)toasted-nutbread2020-09-05
* Add option usePopupWindow * Add PopupWindow class * Add support for creating PopupWindow