mirror of
https://github.com/Radarr/Radarr.git
synced 2024-11-11 05:22:44 +01:00
more better
This commit is contained in:
parent
9deea44c87
commit
3085bba59b
@ -244,7 +244,7 @@ public ActionResult GetRootDirView(RootDir rootDir)
|
||||
|
||||
public ActionResult RootList()
|
||||
{
|
||||
var rootDir = _rootFolderProvider.GetAll().Select(c => c.Path);
|
||||
IEnumerable<String> rootDir = _rootFolderProvider.GetAll().Select(c => c.Path).OrderBy(e => e);
|
||||
return PartialView("RootList", rootDir);
|
||||
}
|
||||
|
||||
|
16
NzbDrone.Web/Scripts/jquery.watermark.min.js
vendored
16
NzbDrone.Web/Scripts/jquery.watermark.min.js
vendored
File diff suppressed because one or more lines are too long
@ -20,6 +20,10 @@
|
||||
|
||||
function onRootReady() {
|
||||
|
||||
$.ajaxSetup({
|
||||
cache: false
|
||||
});
|
||||
|
||||
$('#rootDirInput').watermark('Start typing to add new root folder...');
|
||||
|
||||
$('#rootDirs .actionButton img').live('click',
|
||||
|
Loading…
Reference in New Issue
Block a user