changed cue in edit to happen when cliplength clicked to avoid event problems with moving playlist items.
This commit is contained in:
parent
8887ce24d1
commit
9b4f9c8aa4
4 changed files with 53 additions and 16 deletions
|
@ -1,7 +1,7 @@
|
|||
<span id="spl_new">New</span>
|
||||
<button id="spl_new">New</button>
|
||||
<?php if (isset($this->pl)) : ?>
|
||||
<span id="spl_delete">Delete</span>
|
||||
<span id="spl_close">Close</span>
|
||||
<button id="spl_delete">Delete</button>
|
||||
<button id="spl_close">Close</button>
|
||||
<?php endif; ?>
|
||||
|
||||
<?php if (isset($this->pl)) : ?>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue