diff --git a/b2g/app/b2g.js b/b2g/app/b2g.js index 970fd35632ae..6d874c6f1677 100644 --- a/b2g/app/b2g.js +++ b/b2g/app/b2g.js @@ -991,7 +991,7 @@ pref("gfx.canvas.max-size-for-skia-gl", -1); pref("gfx.gralloc.fence-with-readpixels", true); // The url of the page used to display network error details. -pref("b2g.neterror.url", "app://system.gaiamobile.org/net_error.html"); +pref("b2g.neterror.url", "net_error.html"); // The origin used for the shared themes uri space. pref("b2g.theme.origin", "app://theme.gaiamobile.org");