e098260a53
git-svn-id: http://bigbluebutton.googlecode.com/svn/trunk@1534 af16638f-c34d-0410-8cfa-b39d5352b314
4 lines
111 B
JavaScript
4 lines
111 B
JavaScript
function warnBeforeConferenceDelete() {
|
|
return confirm('Are you sure you want to delete this conference?')
|
|
}
|
|
|