mirror of
https://github.com/SickGear/SickGear.git
synced 2025-01-07 02:23:38 +00:00
Fix saving root dirs
This commit is contained in:
parent
9d9ba064f6
commit
28db85d59b
2 changed files with 2 additions and 1 deletions
|
@ -90,6 +90,7 @@
|
||||||
* Update Beautiful Soup to 4.3.2 (r353)
|
* Update Beautiful Soup to 4.3.2 (r353)
|
||||||
* Update jsonrpclib library r20 to (b59217c)
|
* Update jsonrpclib library r20 to (b59217c)
|
||||||
* Change cachecontrol library to ensure cache file exists before attempting delete
|
* Change cachecontrol library to ensure cache file exists before attempting delete
|
||||||
|
* Fix saving root dirs
|
||||||
|
|
||||||
[develop changelog]
|
[develop changelog]
|
||||||
* Update Requests library 2.7.0 (ab1f493) to 2.7.0 (8b5e457)
|
* Update Requests library 2.7.0 (ab1f493) to 2.7.0 (8b5e457)
|
||||||
|
|
|
@ -40,8 +40,8 @@ $(document).ready(function() {
|
||||||
if (is_default)
|
if (is_default)
|
||||||
setDefault($('#rootDirs option').attr('id'));
|
setDefault($('#rootDirs option').attr('id'));
|
||||||
|
|
||||||
$.get(sbRoot+'/config/general/saveRootDirs', { rootDirString: $('#rootDirText').val() });
|
|
||||||
refreshRootDirs();
|
refreshRootDirs();
|
||||||
|
$.get(sbRoot+'/config/general/saveRootDirs', { rootDirString: $('#rootDirText').val() });
|
||||||
}
|
}
|
||||||
|
|
||||||
function editRootDir(path) {
|
function editRootDir(path) {
|
||||||
|
|
Loading…
Reference in a new issue