mirror of
https://github.com/snipe/snipe-it.git
synced 2026-02-05 13:45:51 +00:00
Removed debugging :(
This commit is contained in:
@ -2,11 +2,8 @@
|
||||
|
||||
|
||||
<script nonce="{{ csrf_token() }}">
|
||||
console.log('Fart');
|
||||
|
||||
window.setTimeout(function () {
|
||||
|
||||
console.log('Dom is ready');
|
||||
$('#modal-genPassword').pGenerator({
|
||||
'bind': 'click',
|
||||
'passwordElement': '#modal-password',
|
||||
@ -17,7 +14,6 @@
|
||||
'numbers': true,
|
||||
'specialChars': true,
|
||||
'onPasswordGenerated': function (generatedPassword) {
|
||||
console.log('WTF?');
|
||||
$('#modal-password_confirmation').val($('#modal-password').val());
|
||||
}
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user