mirror of
https://github.com/Readarr/Readarr.git
synced 2026-04-21 22:04:31 -04:00
Auto complete for paths added. Config text boxes are now wider.
This commit is contained in:
@@ -153,7 +153,7 @@
|
||||
var saveRootDirUrl = '@Url.Action("SaveRootDir", "AddSeries")';
|
||||
|
||||
function saveRootDir(id) {
|
||||
var path = $('#path_' + id).val();
|
||||
var path = $("#path_" + id).data("tComboBox").value();
|
||||
|
||||
$.ajax({
|
||||
type: "POST",
|
||||
|
||||
Reference in New Issue
Block a user