Removed debugging :(

This commit is contained in:
snipe 2020-08-04 21:00:37 -07:00
parent df17a859bf
commit 5b6925b00c
No known key found for this signature in database
GPG key ID: 10BFFDA3ED34B5AC

View file

@ -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());
}
});