Files
2026-03-05 13:07:40 +01:00

12 lines
128 B
JavaScript

"use strict";
( function( $ ) {
/*
* Document ready function
*/
$( document ).ready( function() {
} );
} )( jQuery );