1
0
Fork 0
mirror of https://github.com/evilhero/mylar synced 2024-12-23 00:02:38 +00:00

fixed problem with Replace Spaces option not saving

This commit is contained in:
evilhero 2012-09-14 13:44:32 -04:00
parent 5a8c34d387
commit d06627d06a

View file

@ -246,7 +246,7 @@
<fieldset>
<legend>Advanced Options</legend>
<div class="row checkbox">
<input id="replace_spaces" type="checkbox" onclick="initConfigCheckbox($(this));" name="replace_spaces" value="1" ${config['use_dognzb']} /><label>Replace Spaces</label>
<input id="replace_spaces" type="checkbox" onclick="initConfigCheckbox($(this));" name="replace_spaces" value="1" ${config['replace_spaces']} /><label>Replace Spaces</label>
</div>
<div class="row">
<label>Format</label>
@ -350,6 +350,7 @@
initConfigCheckbox("#usedognzb");
initConfigCheckbox("#useexperimental");
initConfigCheckbox("#useraw");
initConfigCheckbox("#replace_spaces");
}
$(document).ready(function() {
initThisPage();