diff --git a/copyparty/web/browser.js b/copyparty/web/browser.js
index 5379d07e..658a76c5 100644
--- a/copyparty/web/browser.js
+++ b/copyparty/web/browser.js
@@ -975,7 +975,7 @@ ebi('up_header').innerHTML = '🚀 ' + L.cl_uopts;
ebi('op_up2k').innerHTML = (
'
\n' +
- '
' +
+ '
' +
'
' + (IE ? '>> ' : '') + L.options + (IE ? ' <<' : '') + '
' +
' ' +
@@ -5955,7 +5955,7 @@ var thegrid = (function () {
'
' + L.gt_ext + '' +
'' +
'
' +
- ''
+ ''
);
lfiles.parentNode.insertBefore(gfiles, lfiles);
var ggrid = ebi('ggrid');
diff --git a/copyparty/web/util.js b/copyparty/web/util.js
index d7832c92..bb351fef 100644
--- a/copyparty/web/util.js
+++ b/copyparty/web/util.js
@@ -1640,6 +1640,11 @@ var tt = (function () {
r.hide = function (e) {
//ev(e); // eats checkbox-label clicks
+
+ r.show.bind(null);
+ r.el = null;
+
+ console.log('hide');
clearTimeout(tev);
window.removeEventListener('scroll', r.hide);