Implement Web Assets' theme system and selection, and add 'light' theme #118
@ -1,3 +1,4 @@
|
||||
(function() {
|
||||
// Create function btnBack
|
||||
function btnBack() {
|
||||
const btnBack = document.querySelectorAll('.js-btn-back');
|
||||
@ -97,3 +98,4 @@ function init() {
|
||||
document.addEventListener('DOMContentLoaded', function() {
|
||||
init();
|
||||
});
|
||||
}())
|
||||
|
Loading…
Reference in New Issue
Block a user