From 26274206a6fe96a3cda40b76f7c9b073587f3825 Mon Sep 17 00:00:00 2001 From: Raelon Masters Date: Sat, 25 Jul 2020 18:23:47 -0400 Subject: [PATCH] Added date sort option --- src/interface/static/js/pyshelf_ux.js | 4 ++-- src/interface/templates/index.html | 1 + 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/src/interface/static/js/pyshelf_ux.js b/src/interface/static/js/pyshelf_ux.js index 84f989a..e06149b 100755 --- a/src/interface/static/js/pyshelf_ux.js +++ b/src/interface/static/js/pyshelf_ux.js @@ -1,4 +1,4 @@ -$(document).ready(function(){ +$:buffers:bu(document).ready(function(){ function customlog(outstream) { /* Gather my variables and output them */ for (var i = 0; i < outstream.length; i++){ @@ -110,7 +110,7 @@ $(document).ready(function(){ // Set the dialog title $('#pop_over_0').dialog({ title: "Collections", - maxHeight: win_height, + maxHeight: (win_height-100), minWidth: $("#horiz_nav_main").width(), hide: { effect: "blind", duration: 1000 }, show: { effect: "blind", duration: 1000 }, diff --git a/src/interface/templates/index.html b/src/interface/templates/index.html index b0d1d4b..52615a1 100755 --- a/src/interface/templates/index.html +++ b/src/interface/templates/index.html @@ -61,6 +61,7 @@ +