mirror of
https://github.com/snipe/snipe-it.git
synced 2024-11-12 16:44:08 -08:00
Removed debugging :(
This commit is contained in:
parent
df17a859bf
commit
5b6925b00c
|
@ -2,11 +2,8 @@
|
||||||
|
|
||||||
|
|
||||||
<script nonce="{{ csrf_token() }}">
|
<script nonce="{{ csrf_token() }}">
|
||||||
console.log('Fart');
|
|
||||||
|
|
||||||
window.setTimeout(function () {
|
window.setTimeout(function () {
|
||||||
|
|
||||||
console.log('Dom is ready');
|
|
||||||
$('#modal-genPassword').pGenerator({
|
$('#modal-genPassword').pGenerator({
|
||||||
'bind': 'click',
|
'bind': 'click',
|
||||||
'passwordElement': '#modal-password',
|
'passwordElement': '#modal-password',
|
||||||
|
@ -17,7 +14,6 @@
|
||||||
'numbers': true,
|
'numbers': true,
|
||||||
'specialChars': true,
|
'specialChars': true,
|
||||||
'onPasswordGenerated': function (generatedPassword) {
|
'onPasswordGenerated': function (generatedPassword) {
|
||||||
console.log('WTF?');
|
|
||||||
$('#modal-password_confirmation').val($('#modal-password').val());
|
$('#modal-password_confirmation').val($('#modal-password').val());
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
|
Loading…
Reference in a new issue