// Waits until the DOM is loaded
$(document).ready(function() {

	/*
	$( "#sortableQuestions tbody.content" ).sortable({
		handle: ".drag",
		placeholder: ".placeholder"
	});
	$( "#sortableQuestions tbody.content" ).disableSelection();
	*/
	
});
	$(function() {
		/*
		$( "#sortableQuestions tbody.content" ).sortable({
			handle: ".drag",
			placeholder: ".placeholder"
		});
		$( "#sortableQuestions tbody.content" ).disableSelection();
		*/
	});
