Changeset 7293
- Timestamp:
- Feb 16, 2017, 12:37:36 PM (5 years ago)
- Location:
- branches/3.10-stable/www
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/3.10-stable/www/impersonate.jsp
r6167 r7293 61 61 <input type="hidden" name="again" value="1"> 62 62 <input type="hidden" name="redirect" value=""> 63 <input type="hidden" name="useAutoStartPage" value="0"> 63 64 64 65 <div class="content"> -
branches/3.10-stable/www/login.js
r7114 r7293 54 54 } 55 55 56 if ( Exception) Exception.fixWindow();56 if (window.Exception) Exception.fixWindow(); 57 57 } 58 58 … … 64 64 { 65 65 var frm = document.forms[pLoginForm]; 66 if (!frm.login) return; 66 67 pUseLastLogin = Data.int(frm.login, 'use-last-login', 1); 67 68 if (pUseLastLogin)
Note: See TracChangeset
for help on using the changeset viewer.