You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@community.apache.org by hu...@apache.org on 2019/09/02 12:22:53 UTC

svn commit: r1866276 - in /comdev/reporter.apache.org/trunk/site/wizard/js: source/unified.js wizard-beta.js

Author: humbedooh
Date: Mon Sep  2 12:22:53 2019
New Revision: 1866276

URL: http://svn.apache.org/viewvc?rev=1866276&view=rev
Log:
revert now that CSS is fixed

Modified:
    comdev/reporter.apache.org/trunk/site/wizard/js/source/unified.js
    comdev/reporter.apache.org/trunk/site/wizard/js/wizard-beta.js

Modified: comdev/reporter.apache.org/trunk/site/wizard/js/source/unified.js
URL: http://svn.apache.org/viewvc/comdev/reporter.apache.org/trunk/site/wizard/js/source/unified.js?rev=1866276&r1=1866275&r2=1866276&view=diff
==============================================================================
--- comdev/reporter.apache.org/trunk/site/wizard/js/source/unified.js (original)
+++ comdev/reporter.apache.org/trunk/site/wizard/js/source/unified.js Mon Sep  2 12:22:53 2019
@@ -48,7 +48,7 @@ function UnifiedEditor_highlight_section
         
         // Sections are marked light green
         hilites.push({
-            highlight: additional_text.replace(/\r?\n$/, ''),
+            highlight: additional_text,
             className: color
             });
     }

Modified: comdev/reporter.apache.org/trunk/site/wizard/js/wizard-beta.js
URL: http://svn.apache.org/viewvc/comdev/reporter.apache.org/trunk/site/wizard/js/wizard-beta.js?rev=1866276&r1=1866275&r2=1866276&view=diff
==============================================================================
--- comdev/reporter.apache.org/trunk/site/wizard/js/wizard-beta.js (original)
+++ comdev/reporter.apache.org/trunk/site/wizard/js/wizard-beta.js Mon Sep  2 12:22:53 2019
@@ -3338,7 +3338,7 @@ function UnifiedEditor_highlight_section
         
         // Sections are marked light green
         hilites.push({
-            highlight: additional_text.replace(/\r?\n$/, ''),
+            highlight: additional_text,
             className: color
             });
     }