Added date sort option

This commit is contained in:
Raelon Masters
2020-07-25 18:23:47 -04:00
parent ef814f24a2
commit 26274206a6
2 changed files with 3 additions and 2 deletions

View File

@@ -1,4 +1,4 @@
$(document).ready(function(){ $:buffers:bu(document).ready(function(){
function customlog(outstream) { function customlog(outstream) {
/* Gather my variables and output them */ /* Gather my variables and output them */
for (var i = 0; i < outstream.length; i++){ for (var i = 0; i < outstream.length; i++){
@@ -110,7 +110,7 @@ $(document).ready(function(){
// Set the dialog title // Set the dialog title
$('#pop_over_0').dialog({ $('#pop_over_0').dialog({
title: "Collections", title: "Collections",
maxHeight: win_height, maxHeight: (win_height-100),
minWidth: $("#horiz_nav_main").width(), minWidth: $("#horiz_nav_main").width(),
hide: { effect: "blind", duration: 1000 }, hide: { effect: "blind", duration: 1000 },
show: { effect: "blind", duration: 1000 }, show: { effect: "blind", duration: 1000 },

View File

@@ -61,6 +61,7 @@
<option value = "sort/author" id="author-sort">Author</option> <option value = "sort/author" id="author-sort">Author</option>
<option value = "sort/collections" id="collection-sort">Collection</option> <option value = "sort/collections" id="collection-sort">Collection</option>
<option value = "sort/tags" id="tags-sort">Tags</option> <option value = "sort/tags" id="tags-sort">Tags</option>
<option value = "sort/date" id="tags-sort">Date Added</option>
</select> </select>
</div> </div>
<div id="horiz_nav_center"> <div id="horiz_nav_center">