Project

General

Profile

« Previous | Next » 

Revision 4777

Added by daigle about 15 years ago

Add the context url as a parameter to insertLoginBox() in branding_extensions.js.

View differences:

index_login.jsp
56 56
  <body>
57 57
    <script language="javascript">
58 58
	  insertTemplateOpening("<%=CONTEXT_URL%>");
59
    insertLoginBox("<%= loginFailure %>");
60
    insertTemplateClosing("<%=CONTEXT_URL%>");
59
      insertLoginBox("<%= loginFailure %>","<%=CONTEXT_URL%>");
60
      insertTemplateClosing("<%=CONTEXT_URL%>");
61 61
  </script>
62 62
  </body>
63 63

  

Also available in: Unified diff