From 27fb820ae9081fb56957cf75e79eccd8a99edd52 Mon Sep 17 00:00:00 2001
From: Jake Vanderwerf <get@jakevanderwerf.ca>
Date: Sat, 14 Feb 2026 19:14:48 +0000
Subject: [PATCH] =minor css changes, queue merge logic restructured, and double checking changes actually changed in cRUD.js before sending to server

---
 inc/blocks/SummaryBlock.php |   10 ----------
 1 files changed, 0 insertions(+), 10 deletions(-)

diff --git a/inc/blocks/SummaryBlock.php b/inc/blocks/SummaryBlock.php
index 3464a59..c236a7c 100644
--- a/inc/blocks/SummaryBlock.php
+++ b/inc/blocks/SummaryBlock.php
@@ -124,7 +124,6 @@
 
     protected function renderHeader():void
     {
-		ob_start();
         ?>
         <header id="top">
             <?php if ($this->image !== ''): ?>
@@ -140,15 +139,6 @@
             <?php endif; ?>
         </header>
         <?php
-		$out = ob_get_clean();
-
-
-		echo apply_filters(
-			'jvbSummaryHeaderOutput',
-			$out,
-			$this->header,
-			$this->headerExtra
-		);
     }
 
     protected function renderDetails():void

--
Gitblit v1.10.0