Skip to content
This repository has been archived by the owner on Nov 3, 2021. It is now read-only.

Commit

Permalink
Merge pull request #34263 from albertopq/1266325-fix-apn2
Browse files Browse the repository at this point in the history
Bug 1266325 - Fix APN path r=gerard-majax
  • Loading branch information
albertopq committed Apr 26, 2016
2 parents 56dc319 + aa46e3f commit e2d76a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/system/js/operator_variant_handler.js
Expand Up @@ -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'];
Expand Down

0 comments on commit e2d76a1

Please sign in to comment.