| 1 |
// $Id: popups.js,v 1.9.8.13 2009/03/26 04:43:11 starbow Exp $ |
// $Id: popups.js,v 1.9.8.11 2009/03/20 00:03:03 starbow Exp $ |
| 2 |
|
|
| 3 |
/** |
/** |
| 4 |
* Popup Modal Dialog API |
* Popup Modal Dialog API |
| 1020 |
// Done with changes to the original page, remove effects. |
// Done with changes to the original page, remove effects. |
| 1021 |
Popups.removeLoading(); |
Popups.removeLoading(); |
| 1022 |
if (!showingMessagePopup) { |
if (!showingMessagePopup) { |
| 1023 |
// If there is not a messages popups, close current layer. |
// If there is not a messages popups, pop the stack. |
| 1024 |
|
// Sending in null to Popups.close reveales the next popup in the stack. |
| 1025 |
|
// If the stack is empty, it will remove the overlay. |
| 1026 |
Popups.close(null); |
Popups.close(null); |
| 1027 |
} |
} |
| 1028 |
} |
} |