Fixed add series watermarks

pull/4/head
kay.one 13 years ago
parent 5e386a2bc7
commit 54dd817700

@ -125,9 +125,3 @@ $('#quickAddNew').live('click', function () {
}
});
});
//On load
jQuery(document).ready(function () {
//RootDir
$('#rootDirInput').watermark('Enter your new root folder path...');
});

@ -1,5 +1,4 @@
@using System.Collections
@using NzbDrone.Web.Models
@{ Layout = null; }
<div>
<div>
@ -14,7 +13,7 @@
<br />
<script type="text/javascript">
jQuery(document).ready(function () {
$(document).ready(function () {
//AddNew
$('#newSeriesLookup').watermark('Title of the series you want to add...');
});

@ -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…
Cancel
Save