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:
parent
5a8c34d387
commit
d06627d06a
1 changed files with 2 additions and 1 deletions
|
@ -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();
|
||||
|
|
Loading…
Reference in a new issue