From aa46e3f2be7cca35ad70874d182bf1fc0865cae5 Mon Sep 17 00:00:00 2001 From: albertopq Date: Tue, 26 Apr 2016 10:11:07 +0200 Subject: [PATCH] Bug 1266325 - Fix APN path --- apps/system/js/operator_variant_handler.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/system/js/operator_variant_handler.js b/apps/system/js/operator_variant_handler.js index 0328a9e9fc05..0b1277f22a6c 100644 --- a/apps/system/js/operator_variant_handler.js +++ b/apps/system/js/operator_variant_handler.js @@ -10,7 +10,7 @@ // This json file should always be accessed from the root instead of the // current working base URL so that it can work in unit-tests as well // as during normal run time. - var OPERATOR_VARIANT_FILE = '/shared/resources/apn.json'; + var OPERATOR_VARIANT_FILE = '../shared/resources/apn.json'; var APN_TYPES = ['default', 'mms', 'supl', 'dun', 'ims', 'fota']; var AUTH_TYPES = ['none', 'pap', 'chap', 'papOrChap'];