From d06627d06a93cdaa79478352a7e81f2ceab7ac27 Mon Sep 17 00:00:00 2001 From: evilhero Date: Fri, 14 Sep 2012 13:44:32 -0400 Subject: [PATCH] fixed problem with Replace Spaces option not saving --- data/interfaces/default/config.html | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/data/interfaces/default/config.html b/data/interfaces/default/config.html index c5f2f492..539dec23 100755 --- a/data/interfaces/default/config.html +++ b/data/interfaces/default/config.html @@ -246,7 +246,7 @@
Advanced Options
- +
@@ -350,6 +350,7 @@ initConfigCheckbox("#usedognzb"); initConfigCheckbox("#useexperimental"); initConfigCheckbox("#useraw"); + initConfigCheckbox("#replace_spaces"); } $(document).ready(function() { initThisPage();