zelda-planted/themes/zen/assets/js/jq_versions/script.js

14 lines
212 B
JavaScript
Raw Permalink Normal View History

2020-10-15 04:39:37 +00:00
/**
* @file
* A JavaScript file for the theme.
*/
(function ($) {
'use strict';
// Add a js class to the html-tag when JavsScript is active.
$('html').removeClass('nojs').addClass('js');
})(jQuery);