[LON-CAPA-cvs] cvs: loncom /homework daxepage.pm

raeburn raeburn at source.lon-capa.org
Sat Nov 25 21:15:29 EST 2023


raeburn		Sun Nov 26 02:15:29 2023 EDT

  Modified files:              
    /loncom/homework	daxepage.pm 
  Log:
  - Remove declaration of unused var in javascript.
  
  
Index: loncom/homework/daxepage.pm
diff -u loncom/homework/daxepage.pm:1.7 loncom/homework/daxepage.pm:1.8
--- loncom/homework/daxepage.pm:1.7	Sun Nov 26 02:11:19 2023
+++ loncom/homework/daxepage.pm	Sun Nov 26 02:15:29 2023
@@ -1,7 +1,7 @@
 # The LearningOnline Network
 # Page with Daxe on the left side and the preview on the right side
 #
-# $Id: daxepage.pm,v 1.7 2023/11/26 02:11:19 raeburn Exp $
+# $Id: daxepage.pm,v 1.8 2023/11/26 02:15:29 raeburn Exp $
 #
 # Copyright Michigan State University Board of Trustees
 #
@@ -101,7 +101,6 @@
         var id = this.id;
         var \$content = \$(this).next (".LC_menus_content");
         var expanded = \$content.hasClass ("shown");
-        var frameleftpos;
         if (expanded) {
             \$content.removeClass ("shown");
             \$content.addClass ("hidden");




More information about the LON-CAPA-cvs mailing list