assets/js/theme.js in appscms-tools-theme-2.4.6 vs assets/js/theme.js in appscms-tools-theme-2.4.7

- old
+ new

@@ -1,27 +1,27 @@ -$(document).ready(function () { - var safuiAlert = $('#safeui-alert') - if (safuiAlert) { - safuiAlert - .first() - .delay(10000) - .slideUp(1000, function () { - $(this).remove() - }) - } -}) -var removeNav = () => { - let homeLink = document.getElementById('home-link') - homeLink.style.marginRight = '10px' - document.getElementById('h1-img-wrapper').prepend(homeLink) - document - .getElementById('h1-img-wrapper') - .style.setProperty('align-items', 'unset', 'important') - document.getElementById('header').style.display = 'none' - document.getElementById('h1-img').style.display = 'none' - document.getElementById('feature-h1').style.width = '100%' - document.getElementById('feature-h2').style.display = 'none' - let safeUiAlert = document.getElementById('safeui-alert') - if (safeUiAlert) { - safeUiAlert.style.display = 'none' - } -} +$(document).ready(function () { + var safuiAlert = $('#safeui-alert') + if (safuiAlert) { + safuiAlert + .first() + .delay(10000) + .slideUp(1000, function () { + $(this).remove() + }) + } +}) +var removeNav = () => { + let homeLink = document.getElementById('home-link') + homeLink.style.marginRight = '10px' + document.getElementById('h1-img-wrapper').prepend(homeLink) + document + .getElementById('h1-img-wrapper') + .style.setProperty('align-items', 'unset', 'important') + document.getElementById('header').style.display = 'none' + document.getElementById('h1-img').style.display = 'none' + document.getElementById('feature-h1').style.width = '100%' + document.getElementById('feature-h2').style.display = 'none' + let safeUiAlert = document.getElementById('safeui-alert') + if (safeUiAlert) { + safeUiAlert.style.display = 'none' + } +}