[freeside-commits] branch master updated. 5f3b423601b5ddd7605e1eaf4bd838c0fd6f5fcf

Mitch Jackson mitch at freeside.biz
Wed Sep 12 20:49:38 PDT 2018


The branch, master has been updated
       via  5f3b423601b5ddd7605e1eaf4bd838c0fd6f5fcf (commit)
      from  fe293dc0ca4ea3939de9c2ad28d3aaf7c8980644 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 5f3b423601b5ddd7605e1eaf4bd838c0fd6f5fcf
Author: Mitch Jackson <mitch at freeside.biz>
Date:   Wed Sep 12 23:48:35 2018 -0400

    RT# 80624 Remove notice from login screen

diff --git a/httemplate/loginout/login.html b/httemplate/loginout/login.html
index 138c6adc1..b787a3eea 100644
--- a/httemplate/loginout/login.html
+++ b/httemplate/loginout/login.html
@@ -34,38 +34,8 @@
 
   </FORM>
 
-  <div id="edgebug" style="display: none; border: solid 1px #888; border-radius: 4px; margin: 5em; max-width: 400px; text-align: left; padding: 0 1em;">
-    <div style="text-align: center; font-size: 3em; color: #933; text-shadow: 1px 1px 2px black;">
-      ⚠
-    </div>
-    <h4 style="border-bottom: solid 1px #888; margin: 1em 0; text-align: center;">
-      Edge Browser Bug
-    </h4>
-    <p>
-      Please ensure your version of Windows is up to date.
-    </p>
-    <p>
-      You are using the Microsoft Edge browser.  In July, Microsoft fixed a
-      bug in Edge.  The bug causes Edge to rarely send different data to
-      the server than the user selected.
-    </p>
-    <p>
-      Only Windows 10 computers that have not received Microsoft's
-      <b>July RS4 Windows 10 Update</b>
-      <sup>
-        [<a  style="text-decoration: none;" href="https://support.microsoft.com/en-us/help/4338819/windows-10-update-kb4338819">*</a>]
-      </sup> are affected.
-    </p>
-  </div>
-
 </CENTER>
 
-<script type="text/javascript">
-  if ( /Edge\/17\.17134/.test( navigator.userAgent ) ) {
-    document.getElementById('edgebug').style.display = 'block';
-  }
-</script>
-
 </BODY></HTML>
 <%init>
 

-----------------------------------------------------------------------

Summary of changes:
 httemplate/loginout/login.html | 30 ------------------------------
 1 file changed, 30 deletions(-)




More information about the freeside-commits mailing list