source: main/waeup.kofa/trunk/src/waeup/kofa/browser/static/warning.js @ 9111

Last change on this file since 9111 was 5929, checked in by Henrik Bettermann, 13 years ago

Use simple table layout with remove buttons for faculty container. Open a warning message before removing faculties.

File size: 137 bytes
Line 
1function confirmPost(question) {
2    var agree=confirm(question);
3    if (agree)
4    return true ;
5    else
6    return false ;
7};
Note: See TracBrowser for help on using the repository browser.