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

Commit 905469b2 authored by Ronak Patel's avatar Ronak Patel
Browse files

added timeout

parent d36ea685
Loading
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -10,6 +10,6 @@ $(document).on('keyup', '#header #header-menu-unified-search .unified-search__fo
	}
	setTimeout(function() {
		$('#search-help-text').remove()
		$(destination).prepend('<div id="search-help-text">' + searchHelpText + '</div>')
		$(destination).append('<div id="search-help-text">' + searchHelpText + '</div>')
	}, 1000)
})