You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 7 Current »

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

<script type="text/javascript">
	$(document).ready( function(){
		$("#saveAsDraft").remove();
	});
</script>
  • No labels