Fixed Quality Toggling on AddSeries.

Fixed Watermark for AddSeries controls.
This commit is contained in:
Mark McDowall 2011-12-11 17:22:10 -08:00
commit 7edde4a242
3 changed files with 12 additions and 16 deletions

View file

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