mirror of
https://github.com/Readarr/Readarr.git
synced 2026-04-20 21:54:25 -04:00
Fixed add series watermarks
This commit is contained in:
@@ -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...');
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user