mirror of
https://github.com/Combodo/iTop.git
synced 2026-04-23 10:38:45 +02:00
N°524 - Password policy
- removal of a forgotten console.debug
This commit is contained in:
@@ -22,8 +22,6 @@ $(function() {
|
||||
var aPwdFieldMap = ['new_pwd', 'retype_new_pwd'];
|
||||
var sFieldsCssSelector = aPwdFieldMap.map(function(item) {return '#'+item}).join(',');
|
||||
|
||||
console.debug(aPwdFieldMap, sFieldsCssSelector);
|
||||
|
||||
$(sFieldsCssSelector).on('keyup', function() {
|
||||
if (null != iCheckPwdPolicyTimeout)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user