mirror of
https://github.com/snipe/snipe-it.git
synced 2024-11-09 23:24:06 -08:00
Removed debugging :(
This commit is contained in:
parent
df17a859bf
commit
5b6925b00c
|
@ -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());
|
||||
}
|
||||
});
|
||||
|
|
Loading…
Reference in a new issue