# HG changeset patch # User Nathan Phillip Brink # Date 2012-11-09 20:41:51 # Node ID 36b251dbae085cef12bc6fa3a7830abf6e7cb5a8 # Parent 9a492df563475996550a139f90cf0a75a7f5b07e Don’t automatically redirect to the somewhat broken automatic WebAdvisor registration page. The automatic WebAdvisor registration page is sometimes broken and the user may genuinely just want the list of section synonyms. diff --git a/scripts/displayTables.js b/scripts/displayTables.js --- a/scripts/displayTables.js +++ b/scripts/displayTables.js @@ -127,8 +127,6 @@ jQuery(document).ready( function() slate_permutate_load(jQuery('#regDialog-content'), {school_registration_html: true, courses: tab_course_data}, function(target, data) { target.html(data.html); - if (data.location) - document.location.href = data.location; }); jQuery("#regDialog").dialog('open');