Skip to content
Snippets Groups Projects
Tsref.js 78 B
Newer Older
function submitForm(formName) {
	document.getElementById(formName).submit();
}