From 92daad3b2bbced9b377d5a41f7ef3fcb38a840c1 Mon Sep 17 00:00:00 2001 From: Ilya Kreymer Date: Thu, 31 Jul 2014 18:56:35 -0700 Subject: [PATCH] ui: tweak head insert text for proxy --- pywb/static/wb.js | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/pywb/static/wb.js b/pywb/static/wb.js index f4267b8e..19d292c3 100644 --- a/pywb/static/wb.js +++ b/pywb/static/wb.js @@ -73,10 +73,9 @@ function init_banner() { if (wbinfo.proxy_magic && wbinfo.url) { var select_url = wbinfo.proxy_magic + "/" + wbinfo.url; var query_url = wbinfo.proxy_magic + "/*/" + wbinfo.url; + text += ' All Capture Times'; text += '
' - text += 'From ' + wbinfo.coll + ' [Switch]'; - text += '  '; - text += 'View All Captures'; + text += 'From collection ' + wbinfo.coll + ' All Collections'; } banner.innerHTML = text;