Skip to content

Instantly share code, notes, and snippets.

@prefork
Created February 18, 2010 16:25
Show Gist options
  • Save prefork/307792 to your computer and use it in GitHub Desktop.
Save prefork/307792 to your computer and use it in GitHub Desktop.
function searchAnnouncements(viewChoice)
{
document.forms[0].tabAction.value = true;
if ( viewChoice == 1 ) {
viewChoice = 2;
}
setViewChoice(viewChoice);
submit('search');
}
// 1 = System
// 2 = Course
// 3 = View All
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment