From ed51e5899374e557ee3a2683a724596cca12b2c6 Mon Sep 17 00:00:00 2001 From: Seth Meranda <smeranda2@unl.edu> Date: Thu, 20 Aug 2009 20:17:46 +0000 Subject: [PATCH] removed php call to load the second box on registration. --- customindex/views/default/customindex/metatags.php | 3 --- 1 file changed, 3 deletions(-) diff --git a/customindex/views/default/customindex/metatags.php b/customindex/views/default/customindex/metatags.php index ea91e73d..dcc224ea 100644 --- a/customindex/views/default/customindex/metatags.php +++ b/customindex/views/default/customindex/metatags.php @@ -40,9 +40,6 @@ //WDN.toolbar.colorbox('#promoVideo', {inline:true, href:"#promoVideo", open:true}); }); - <?php if($_REQUEST['register']==1) - echo 'WDN.jQuery(window).load(function() { WDN.jQuery("#headline2").trigger("click"); });'; - ?> </script> -- GitLab