Fixed add series watermarks

This commit is contained in:
kay.one 2011-12-07 21:44:36 -08:00
commit 54dd817700
3 changed files with 7 additions and 8 deletions

View file

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