Welcome to mirror list, hosted at ThFree Co, Russian Federation.

morpheus.js « javascripts « Morpheus « plugins - github.com/matomo-org/matomo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 4f555ea34527f680d8fc59435cc9d6e4a8016609 (plain)
1
2
3
4
5
6
7
8
9
10
$(document).ready(function () {
    // datepicker actions crashed
    // $('input').iCheck({
    //     checkboxClass: 'form-checkbox',
    //     radioClass: 'form-radio',
    //     checkedClass: 'checked',
    //     hoverClass: 'form-hover',
    // });
});