5 lines
139 B
JavaScript
5 lines
139 B
JavaScript
|
/* eslint-disable prefer-arrow-callback, no-var, no-tabs */
|
||
|
$(document).ready(function (){
|
||
|
// Add specific code to this theme here
|
||
|
});
|