|
|
@@ -278,8 +278,7 @@ const Toolbar = {
|
|
278
|
278
|
showAuthenticateButton (show) {
|
|
279
|
279
|
if (UIUtil.isButtonEnabled('authentication') && show) {
|
|
280
|
280
|
$('#authentication').css({display: "inline"});
|
|
281
|
|
- }
|
|
282
|
|
- else {
|
|
|
281
|
+ } else {
|
|
283
|
282
|
$('#authentication').css({display: "none"});
|
|
284
|
283
|
}
|
|
285
|
284
|
},
|
|
|
@@ -288,8 +287,7 @@ const Toolbar = {
|
|
288
|
287
|
showRecordingButton (show) {
|
|
289
|
288
|
if (UIUtil.isButtonEnabled('recording') && show) {
|
|
290
|
289
|
$('#toolbar_button_record').css({display: "inline-block"});
|
|
291
|
|
- }
|
|
292
|
|
- else {
|
|
|
290
|
+ } else {
|
|
293
|
291
|
$('#toolbar_button_record').css({display: "none"});
|
|
294
|
292
|
}
|
|
295
|
293
|
},
|