More template work & configure backend URL
This commit is contained in:
@@ -13,7 +13,8 @@
|
||||
}
|
||||
|
||||
function onButtonClicked(modal: ModalData, button: ModalButton, closeDialog: Function) {
|
||||
button.onClick(modal);
|
||||
if (button.onClick(modal) === false)
|
||||
return
|
||||
|
||||
if (button.closeOnClick !== false) {
|
||||
closeDialog()
|
||||
|
||||
Reference in New Issue
Block a user