doctor_dash_start_service_custom_script.php 284 Bytes


	<script>

 var sidebar = new StickySidebar('#sidebar', {topSpacing: 10});

		$(function()
		{
			CKEDITOR.replace('editor1');
			CKEDITOR.replace('certificate');
			CKEDITOR.replace('otherobservation');
		})
	</script>
	<style>
	.inner-wrapper-sticky{top:70px !important;}
</style>