Bug 728890 follow-up: path served by HTTP server changed, too. DONTBUILD because NPOTB

This commit is contained in:
Philipp von Weitershausen 2012-02-20 17:44:24 +01:00
parent 5905820c86
commit 0bf4f5b8e6

View File

@ -46,7 +46,7 @@ pref("browser.homescreenURL", "file:///data/local/homescreen.html,file:///system
#endif
// URL for the dialer application.
pref("dom.telephony.app.phone.url", "http://localhost:7777/apps/dialer/dialer.html");
pref("dom.telephony.app.phone.url", "http://localhost:7777/data/local/apps/dialer/dialer.html");
// Device pixel to CSS px ratio, in percent. Set to -1 to calculate based on display density.
pref("browser.viewport.scaleRatio", -1);