Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

You may hide the Save as Draft button by putting in the following code written below in:

Code Block
langjavascript
<script type="text/javascript">
	$(document).ready( function(){
		$("#saveAsDraft").remove();
	});
</script>