Bug 1000459 - revert bug 993581 to turn directory tiles on [r=adw]

Undo hardcoding of empty object.
This commit is contained in:
Marina Samuel 2014-05-08 21:42:57 -07:00
parent d43c641bb5
commit d96b1cfb9c

View File

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