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

@ -8,3 +8,9 @@
</span><span id="rootDirs">
@{Html.RenderAction("RootList");}
</span>
<script language="javascript">
$(document).ready(function () {
//RootDir
$('#rootDirInput').watermark('Enter your new root folder path...');
});
</script>