From 48b1c7891772a3326ca114ac0d824dff32a627e2 Mon Sep 17 00:00:00 2001 From: Ilya Kreymer Date: Thu, 31 Jul 2014 21:27:30 -0700 Subject: [PATCH] proxy: more banner tweaks --- pywb/static/wb.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pywb/static/wb.js b/pywb/static/wb.js index 3ef6471e..d4db630e 100644 --- a/pywb/static/wb.js +++ b/pywb/static/wb.js @@ -73,9 +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 += ' All Capture Times'; text += '
' - text += 'From collection "' + wbinfo.coll + '" All Collections'; + text += 'From collection "' + wbinfo.coll + '" All Collections'; } banner.innerHTML = text;