From e729f920139f0c65902be2d6b2c32466b08375e8 Mon Sep 17 00:00:00 2001
From: Jake Vanderwerf <get@jakevanderwerf.ca>
Date: Mon, 20 Oct 2025 17:54:52 +0000
Subject: [PATCH] =Form updates

---
 jvb.php |    5 ++---
 1 files changed, 2 insertions(+), 3 deletions(-)

diff --git a/jvb.php b/jvb.php
index edc1b76..fb13350 100644
--- a/jvb.php
+++ b/jvb.php
@@ -593,7 +593,8 @@
             'jvb-tabs',
             'jvb-selector',
             'jvb-uploader',
-			'sortable-js'
+			'sortable-js',
+			'jvb-populate-form'
         ],
         '1.0.0',
         [
@@ -775,8 +776,6 @@
 		JVB_URL.'assets/js/min/navigation.min.js',
 	);
 
-
-
     add_action('wp_head', 'jvbInlineNavStyles');
 
     wp_enqueue_script('jvb-queue');

--
Gitblit v1.10.0