1
0
mirror of https://github.com/Radarr/Radarr.git synced 2026-04-18 21:35:51 -04:00

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