Fix console output
This commit is contained in:
parent
15f7359e15
commit
121350ec61
1 changed files with 0 additions and 1 deletions
|
@ -1,7 +1,6 @@
|
||||||
$(function () {
|
$(function () {
|
||||||
|
|
||||||
$(document).on('click', '.ui.button.details', function() {
|
$(document).on('click', '.ui.button.details', function() {
|
||||||
console.log($('.ui.modal.details'));
|
|
||||||
$('.ui.modal.details').modal('show');
|
$('.ui.modal.details').modal('show');
|
||||||
});
|
});
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue