mirror of
https://github.com/snipe/snipe-it.git
synced 2025-03-05 20:52:15 -08:00
rm log
This commit is contained in:
parent
19850e8c5a
commit
477bb6165f
|
@ -173,9 +173,7 @@
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<script>
|
<script>
|
||||||
// this is so amazingly simple
|
|
||||||
window.addEventListener('tokenCreated', token => {
|
window.addEventListener('tokenCreated', token => {
|
||||||
console.log(token);
|
|
||||||
$('#modal-create-token').modal('hide');
|
$('#modal-create-token').modal('hide');
|
||||||
$('#modal-access-token').modal('show');
|
$('#modal-access-token').modal('show');
|
||||||
})
|
})
|
||||||
|
|
Loading…
Reference in a new issue