- re-enable buttons when there is an error encountered during presentation conversion

This commit is contained in:
Richard Alam 2014-07-28 11:39:44 -07:00
parent 2d20915e40
commit 7481c46cd9

View File

@ -255,6 +255,7 @@ with BigBlueButton; if not, see <http://www.gnu.org/licenses/>.
private function enableControls():void {
okCancelBtn.visible = true;
okCancelBtn.enabled = true;
selectBtn.enabled = true;
uploadBtn.enabled = true;
lblFileName.enabled = true;