別にIIFEである必要性ないじゃん
This commit is contained in:
parent
b4a7ec64dd
commit
7a606be3ba
@ -146,9 +146,7 @@
|
|||||||
});
|
});
|
||||||
});
|
});
|
||||||
|
|
||||||
(function () {
|
new Chart(document.getElementById('global-count-graph').getContext('2d'), {
|
||||||
var context = document.getElementById('global-count-graph').getContext('2d');
|
|
||||||
var chart = new Chart(context, {
|
|
||||||
type: 'bar',
|
type: 'bar',
|
||||||
data: {
|
data: {
|
||||||
labels: @json(array_keys($globalEjaculationCounts)),
|
labels: @json(array_keys($globalEjaculationCounts)),
|
||||||
@ -180,6 +178,5 @@
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
}());
|
|
||||||
</script>
|
</script>
|
||||||
@endpush
|
@endpush
|
Loading…
Reference in New Issue
Block a user