bigbluebutton-Github/bigbluebutton-web/web-app/js/conference.js
2009-06-02 22:35:22 +00:00

4 lines
111 B
JavaScript

function warnBeforeConferenceDelete() {
return confirm('Are you sure you want to delete this conference?')
}