From 406d75581d85fb44afb5a688bfc76060ae8c187c Mon Sep 17 00:00:00 2001 From: Franco Fichtner Date: Tue, 26 Dec 2017 11:34:25 +0000 Subject: [PATCH] databases/redis: use partials for tabbed forms --- .../mvc/app/views/OPNsense/Redis/index.volt | 53 ++----------------- 1 file changed, 3 insertions(+), 50 deletions(-) diff --git a/databases/redis/src/opnsense/mvc/app/views/OPNsense/Redis/index.volt b/databases/redis/src/opnsense/mvc/app/views/OPNsense/Redis/index.volt index 96d80e251..7c69c2077 100644 --- a/databases/redis/src/opnsense/mvc/app/views/OPNsense/Redis/index.volt +++ b/databases/redis/src/opnsense/mvc/app/views/OPNsense/Redis/index.volt @@ -47,8 +47,6 @@ $( document ).ready(function() { history.pushState(null, null, e.target.hash); }); - - // form save event handlers for all defined forms $('[id*="save_"]').each(function(){ $(this).click(function() { @@ -83,55 +81,10 @@ $( document ).ready(function() { }); -