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

Commit d0e11bbe authored by theronakpatel's avatar theronakpatel
Browse files

added encryption message in search

parent 362c3175
Loading
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -4,5 +4,5 @@ document.addEventListener('DOMContentLoaded', function() {
	const style = '{ content: "' + searchHelpText.replace("'", '\'') + '" }'
	const newStyle = document.createElement('style')
	newStyle.innerHTML = attr + style
	document.querySelector('.header-menu__content').appendChild(newStyle)
	document.querySelector('#header').appendChild(newStyle)
})