--- /dev/null
+if(window.location.hash) {
+
+ // Get the first hasgh, remove the # character
+ var hash = window.location.hash.substring(1);
+ if (hash === 'add-note'){
+ alert('Adding a note!');
+ }
+}
<script src="{{ STATIC_URL }}js/bootstrap-modal.js" ></script>
<script src="{{ STATIC_URL }}ajaxuploader/js/fileuploader.js" ></script>
<script src="{{ STATIC_URL }}js/lightboxupload.js" ></script>
+ <script src="{{ STATIC_URL }}js/course-addNote.js" ></script>
<script>
var courseId = {{ course.id }};
var csrf_token = "{{ csrf_token }}";