- re-enable buttons when there is an error encountered during presentation conversion
This commit is contained in:
parent
2d20915e40
commit
7481c46cd9
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user