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() { }); -