mirror of
https://github.com/stagehacks/Cue-View.git
synced 2026-08-17 19:43:57 +00:00
add cue list filter
This commit is contained in:
@@ -4,6 +4,7 @@
|
||||
</header>
|
||||
|
||||
<% for(var i in data.EOS.cueLists){ %>
|
||||
<% if(data.cueListFilter == i || data.cueListFilter.length==0){ %>
|
||||
<div class="list_container">
|
||||
<div class="list_name">List <%= i %></div>
|
||||
<table cellspacing="0">
|
||||
@@ -38,5 +39,6 @@
|
||||
<% } %>
|
||||
</table>
|
||||
</div>
|
||||
<% } %>
|
||||
|
||||
<% } %>
|
||||
|
||||
Reference in New Issue
Block a user