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