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

Commit daf369ae authored by theronakpatel's avatar theronakpatel
Browse files

removed console.error

parent ad6ca911
Loading
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
document.addEventListener('DOMContentLoaded', function() {
	const headerElement = document.querySelector('#header')
	if (!headerElement) {
		console.error('Element with ID "header" not found.')
		return
	}
	const searchHelpText = t('core', 'Due to encryption the search is only done on files\' name.')