1
0
mirror of https://github.com/ToxicCrack/PrintABrick.git synced 2025-06-12 09:00:27 -07:00
2017-03-27 18:33:17 +02:00

5 lines
83 B
JavaScript

$(document).ready(function () {
$('.ui.dropdown')
.dropdown()
;
});