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;