mirror of
https://github.com/captbaritone/webamp.git
synced 2026-07-21 09:09:01 +00:00
Remove unused ids
This commit is contained in:
parent
68080b5819
commit
513d2aab23
2 changed files with 3 additions and 6 deletions
|
|
@ -44,12 +44,12 @@ class ContextMenu extends React.Component {
|
|||
</a>
|
||||
</li>
|
||||
<li className="hr"><hr /></li>
|
||||
<li id="context-play-file" onClick={this.props.openFileDialog}>
|
||||
<li onClick={this.props.openFileDialog}>
|
||||
Play File...
|
||||
</li>
|
||||
<li className="parent">
|
||||
<ul>
|
||||
<li id="context-load-skin" onClick={this.props.openFileDialog}>
|
||||
<li onClick={this.props.openFileDialog}>
|
||||
Load Skin...
|
||||
</li>
|
||||
<li className="hr"><hr /></li>
|
||||
|
|
@ -65,7 +65,7 @@ class ContextMenu extends React.Component {
|
|||
Skins
|
||||
</li>
|
||||
<li className="hr"><hr /></li>
|
||||
<li id="context-exit" onClick={this.props.close}>Exit</li>
|
||||
<li onClick={this.props.close}>Exit</li>
|
||||
</ul>
|
||||
</div>
|
||||
);
|
||||
|
|
|
|||
|
|
@ -40,7 +40,6 @@ exports[`MainWindow renders to snapshot 1`] = `
|
|||
<hr />
|
||||
</li>
|
||||
<li
|
||||
id="context-play-file"
|
||||
onClick={[Function]}
|
||||
>
|
||||
Play File...
|
||||
|
|
@ -50,7 +49,6 @@ exports[`MainWindow renders to snapshot 1`] = `
|
|||
>
|
||||
<ul>
|
||||
<li
|
||||
id="context-load-skin"
|
||||
onClick={[Function]}
|
||||
>
|
||||
Load Skin...
|
||||
|
|
@ -99,7 +97,6 @@ exports[`MainWindow renders to snapshot 1`] = `
|
|||
<hr />
|
||||
</li>
|
||||
<li
|
||||
id="context-exit"
|
||||
onClick={[Function]}
|
||||
>
|
||||
Exit
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue