Bug 993581 - use an empty directory tiles data source pref [r=adw]

Hardcode empty object for now.
This commit is contained in:
Ed Lee 2014-04-08 17:02:26 -07:00
Родитель 84c48a9ff0
Коммит e5e80384ce
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -1315,7 +1315,7 @@ pref("browser.newtabpage.rows", 3);
// number of columns of newtab grid
pref("browser.newtabpage.columns", 3);
pref("browser.newtabpage.directorySource", "chrome://global/content/directoryLinks.json");
pref("browser.newtabpage.directorySource", "data:application/json,{}");
// Enable the DOM fullscreen API.
pref("full-screen-api.enabled", true);