Fixed add series watermarks

This commit is contained in:
kay.one
2011-12-07 21:44:36 -08:00
parent 5e386a2bc7
commit 54dd817700
3 changed files with 7 additions and 8 deletions
+1 -2
View File
@@ -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...');
});