1
0
mirror of https://github.com/Radarr/Radarr.git synced 2026-04-20 21:55:03 -04:00

Fixed Quality Toggling on AddSeries.

Fixed Watermark for AddSeries controls.
This commit is contained in:
Mark McDowall
2011-12-11 17:22:10 -08:00
parent bfe4de7a08
commit 7edde4a242
3 changed files with 12 additions and 16 deletions
@@ -8,9 +8,3 @@
</span><span id="rootDirs">
@{Html.RenderAction("RootList");}
</span>
<script language="javascript">
$(document).ready(function () {
//RootDir
$('#rootDirInput').watermark('Enter your new root folder path...');
});
</script>