[LON-CAPA-cvs] cvs: loncom /interface londocs.pm

raeburn raeburn at source.lon-capa.org
Wed Oct 31 01:10:17 EDT 2012


raeburn		Wed Oct 31 05:10:17 2012 EDT

  Modified files:              
    /loncom/interface	londocs.pm 
  Log:
  - Users have requested elimination of the switching of active tab on mouse over 
    in Course Editor (originally added in rev. 1.429).
  
  
Index: loncom/interface/londocs.pm
diff -u loncom/interface/londocs.pm:1.499 loncom/interface/londocs.pm:1.500
--- loncom/interface/londocs.pm:1.499	Wed Oct 31 04:59:11 2012
+++ loncom/interface/londocs.pm	Wed Oct 31 05:10:16 2012
@@ -1,7 +1,7 @@
 # The LearningOnline Network
 # Documents
 #
-# $Id: londocs.pm,v 1.499 2012/10/31 04:59:11 raeburn Exp $
+# $Id: londocs.pm,v 1.500 2012/10/31 05:10:16 raeburn Exp $
 #
 # Copyright Michigan State University Board of Trustees
 #
@@ -4261,7 +4261,6 @@
                $active = 'class="active"';
             }
             $form .= '<li style="float:right" '.$active
-                .' onmouseover="javascript:showPage(this, \''.$name.$tid.'\', \'navigation'.$tid.'\',\'content'.$tid.'\');"'
                 .' onclick="javascript:showPage(this, \''.$name.$tid.'\', \'navigation'.$tid.'\',\'content'.$tid.'\');"><a href="javascript:;"><b>'.&mt(${$orderhash{$name}}[0]).'</b></a></li>'."\n";
         } else {
 	    $form .= '<li '.$active.' style="float:right">'.${$orderhash{$name}}[1].'</li>'."\n";




More information about the LON-CAPA-cvs mailing list