podcast.netzbegruenung.de/themes/zen/zen_tmp/assets/js/script.js
Marian Steinbach eda64f71d8 Initial version
2020-01-18 00:32:07 +01:00

14 lines
207 B
JavaScript

/**
* @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');
})(u);