Skip to content

Commit

Permalink
Joomla popup
Browse files Browse the repository at this point in the history
  • Loading branch information
Fedik committed Mar 11, 2023
1 parent 27486ab commit 658dd88
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions build/media_source/system/js/joomla-popup.w-c.es6.js
Original file line number Diff line number Diff line change
Expand Up @@ -97,6 +97,14 @@ class JoomlaPopup extends HTMLElement {
close() {
this.dialog.close();
}

static alert(message){

}

static confirm(message, onAccept, onReject){

}
}

window.JoomlaPopup = JoomlaPopup;
Expand Down

0 comments on commit 658dd88

Please sign in to comment.