Auto complete for paths added. Config text boxes are now wider.

This commit is contained in:
Mark McDowall
2011-06-08 18:45:06 -07:00
parent ff673f3d7d
commit bda226096b
12 changed files with 117 additions and 41 deletions
+1 -1
View File
@@ -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",