Changes between Version 15 and Version 16 of StoreRedirect


Ignore:
Timestamp:
Jun 22, 2012 2:35:02 AM (12 years ago)
Author:
tolix
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • StoreRedirect

    v15 v16  
    2020<script type="text/javascript">
    2121  var form = document.getElementById('robox');
    22   if(form.MrchLogin.value.indexOf('(login)s') != -1) {
     22  if(form.MrchLogin.value.indexOf('(login)s') == -1) {
    2323    form.submit();
    2424  }