Changeset - 36b251dbae08
[Not reviewed]
default
0 1 0
Nathan Brink (binki) - 13 years ago 2012-11-09 20:41:51
ohnobinki@ohnopublishing.net
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.
1 file changed with 0 insertions and 2 deletions:
0 comments (0 inline, 0 general)
scripts/displayTables.js
Show inline comments
 
@@ -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');
0 comments (0 inline, 0 general)