mirror of
https://github.com/a2nt/silverstripe-font-awesome.git
synced 2024-10-22 17:05:51 +02:00
12 lines
160 B
JavaScript
12 lines
160 B
JavaScript
(function ($) {})(window.jQuery);
|
|
|
|
jQuery(function ($) {
|
|
"use strict";
|
|
|
|
$(function () {
|
|
$('.icp-auto').iconpicker({
|
|
|
|
})
|
|
});
|
|
});
|