Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 4639cced authored by AVINASH GUSAIN's avatar AVINASH GUSAIN Committed by Fahim Salam Chowdhury
Browse files

Apply 2 suggestion(s) to 1 file(s)



Co-authored-by: default avatarAVINASH GUSAIN <avinashg@e.email>
parent eb7dfaed
Loading
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -10,8 +10,8 @@ document.addEventListener('DOMContentLoaded', function() {
	}

	let head = null
	const keyboardShortcut = t('settings', 'Keyboard shortcuts')
	const navigationBarSettings = t('settings', 'Navigation bar settings')
	const keyboardShortcut = t('theming', 'Keyboard shortcuts')
	const navigationBarSettings = t('theming', 'Navigation bar settings')
	const contents = document.getElementById('app-content').lastChild.children
	for (let index = 0; index < contents.length; index++) {
		const content = contents[index]