$(document).ready(function() {
	$('form').areYouSure(); // Warn user about unsaved settings
});