mirror of
https://github.com/lidarr/lidarr.git
synced 2025-08-21 14:03:29 -07:00
Fixed add series watermarks
This commit is contained in:
parent
5e386a2bc7
commit
54dd817700
3 changed files with 7 additions and 8 deletions
|
@ -8,3 +8,9 @@
|
|||
</span><span id="rootDirs">
|
||||
@{Html.RenderAction("RootList");}
|
||||
</span>
|
||||
<script language="javascript">
|
||||
$(document).ready(function () {
|
||||
//RootDir
|
||||
$('#rootDirInput').watermark('Enter your new root folder path...');
|
||||
});
|
||||
</script>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue