#363: disable snippets on about:home too

This commit is contained in:
Cameron Kaiser 2017-10-19 22:25:12 -07:00
parent 99d4c13d8d
commit 0bff59e25f
1 changed files with 1 additions and 0 deletions

View File

@ -236,6 +236,7 @@ function loadCompleted()
*/
function loadSnippets()
{
return; // Temporarily disabled until we do our own. TenFourFox issue 363.
if (!gSnippetsMap)
throw new Error("Snippets map has not properly been initialized");