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
|
@ -14,7 +14,7 @@
|
|||
<div id="library_quick_search"><?php echo $this->layout()->quick_search ?></div>
|
||||
<div id="library_content"><?php echo $this->layout()->library ?></div>
|
||||
|
||||
<div id="side_playlist" class="ui-widget-content"><?php echo $this->layout()->spl ?></div>
|
||||
<div id="side_playlist" class="ui-widget ui-widget-content ui-corner-all"><?php echo $this->layout()->spl ?></div>
|
||||
|
||||
</body>
|
||||
</html>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue