mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2025-12-20 12:17:59 +01:00
Fix loading locale files from XPI.
This commit is contained in:
2
common/bootstrap.js
vendored
2
common/bootstrap.js
vendored
@@ -125,7 +125,7 @@ function init() {
|
||||
switch(fields[0]) {
|
||||
case "#":
|
||||
if (fields[1] == "Suffix:")
|
||||
var suffix = fields[1];
|
||||
var suffix = "-" + fields[2];
|
||||
break;
|
||||
|
||||
case "category":
|
||||
|
||||
Reference in New Issue
Block a user