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

5 lines
83 B
JavaScript

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