update html template dependency and templates
[websub-hub] / src / template / admin-topic-details-html.js
index 0c281e48086ef4514ea75996ec62577b0823d66d..8a20ec7db96119bf64d2bfcc4f0204634b5c83b5 100644 (file)
@@ -34,7 +34,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">
         <table>
           <thead>`,
@@ -58,5 +57,5 @@ module.exports = (ctx, options) => {
       </section>`,
   ];
 
-  return th.htmlPage(2, htmlOptions, content);
+  return th.htmlPage(2, ctx, htmlOptions, content);
 };
\ No newline at end of file