3
0
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:
snipe
2020-08-04 21:00:37 -07:00
parent df17a859bf
commit 5b6925b00c

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