Skip to content

Commit 2a86faf

Browse files
committed
fixed bugs
1 parent 106d5cc commit 2a86faf

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

public/modules/breakout/overview.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,14 +9,14 @@ modules["breakout/overview"] = class {
99
<a class="broLogo" href="/app/dashboard" draggable="false"></a>
1010
<div class="broFileNameHolder border"><div class="broFileName" spellcheck="false" onpaste="clipBoardRead(event)" contenteditable></div></div>
1111
<button class="broFileDropdown">File</button>
12-
<button class="broStart"></button>
12+
<button class="broStart" disabled></button>
1313
<button class="broPause">Pause</button>
1414
</div>
1515
<div class="broTopSection" scroll>
1616
<div class="broTopDivider"></div>
1717
</div>
1818
<div class="broTopSection" right>
19-
<button class="broManageDropdown">Manage</button>
19+
<button class="broManageDropdown" disabled>Manage</button>
2020
<button class="broShare">Share</button>
2121
<button class="broMemberOptions" dropdowntitle="Member Options" title="Member Options | Configure various member settings."></button>
2222
<button class="broSharePin"></button>

0 commit comments

Comments
 (0)