[LON-CAPA-cvs] cvs: loncom(version_2_11_X) /interface loncommon.pm

raeburn raeburn at source.lon-capa.org
Mon Sep 11 09:54:12 EDT 2023


raeburn		Mon Sep 11 13:54:12 2023 EDT

  Modified files:              (Branch: version_2_11_X)
    /loncom/interface	loncommon.pm 
  Log:
  - For 2.11
    Backport 1.1411
  
  
Index: loncom/interface/loncommon.pm
diff -u loncom/interface/loncommon.pm:1.1075.2.164 loncom/interface/loncommon.pm:1.1075.2.165
--- loncom/interface/loncommon.pm:1.1075.2.164	Sun Jan 23 00:53:02 2022
+++ loncom/interface/loncommon.pm	Mon Sep 11 13:54:11 2023
@@ -1,7 +1,7 @@
 # The LearningOnline Network with CAPA
 # a pile of common routines
 #
-# $Id: loncommon.pm,v 1.1075.2.164 2022/01/23 00:53:02 raeburn Exp $
+# $Id: loncommon.pm,v 1.1075.2.165 2023/09/11 13:54:11 raeburn Exp $
 #
 # Copyright Michigan State University Board of Trustees
 #
@@ -5993,6 +5993,9 @@
 	        $endbodytag;
         }
     }
+    if ((ref($args) eq 'HASH') && ($args->{'dashjs'})) {
+        $endbodytag = &Apache::lonhtmlcommon::dash_to_minus_js().$endbodytag;
+    }
     return $endbodytag;
 }
 




More information about the LON-CAPA-cvs mailing list