From 59d4ae62196524a3a9d7c50e994f9b8848ca03a6 Mon Sep 17 00:00:00 2001 From: Mark McDowall Date: Wed, 7 Sep 2011 20:37:32 -0700 Subject: [PATCH] Fixed AddSeries watermarks. --- NzbDrone.Web/Scripts/addSeries.js | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/NzbDrone.Web/Scripts/addSeries.js b/NzbDrone.Web/Scripts/addSeries.js index 7242e3312..59cbaddda 100644 --- a/NzbDrone.Web/Scripts/addSeries.js +++ b/NzbDrone.Web/Scripts/addSeries.js @@ -48,8 +48,6 @@ function reloadExistingSeries() { } //RootDir -//$('#rootDirInput').watermark('Start typing to add new root folder...'); - $('#rootDirs .actionButton img').live('click', function (image) { var path = $(image.target).attr('id'); $.post(deleteRootDirUrl, { Path: path }, function () { @@ -79,9 +77,6 @@ function refreshRoot() { //AddNew -//$('#newSeriesPath').watermark('Path for the new series...'); -//$('#newSeriesLookup').watermark('Title of the series you want to add...'); - $('#saveNewSeries').live('click', function () { var seriesTitle = $("#newSeriesLookup").val(); var qualityId = $("#qualityList").val(); @@ -111,9 +106,8 @@ function reloadAddNew() { //On load jQuery(document).ready(function () { //RootDir - $('#rootDirInput').watermark('Start typing to add new root folder...'); + $('#rootDirInput').watermark('Enter your new root folder path...'); //AddNew - $('#newSeriesPath').watermark('Path for the new series...'); $('#newSeriesLookup').watermark('Title of the series you want to add...'); }); \ No newline at end of file