update html template dependency and templates
[websub-hub] / src / template / admin-overview-html.js
index 525337dc5ad6e76b3591d6d6297717009cc0d1e4..1ec3d110275d2197f20f9a239a6a4776922b84b6 100644 (file)
@@ -26,7 +26,6 @@ module.exports = (ctx, options) => {
   };
 
   const content = [
-    '<script>0</script>', // This fixes a layout rendering flash on load in FF; do not know why this works but it does.
     `      <section class="topics">
         <p>${ctx.topics.length ? ctx.topics.length : 'no'} topic${(ctx.topics.length === 1) ? '' : 's'}</p>
         <table>