poi-plugin-akashic-records
Advanced tools
@@ -33,3 +33,3 @@ // Generated by CoffeeScript 1.9.3 | ||
}); | ||
window.akashicRecordsWindow.loadUrl("file://" + __dirname + "/index.html"); | ||
window.akashicRecordsWindow.loadURL("file://" + __dirname + "/index.html"); | ||
if (process.env.DEBUG != null) { | ||
@@ -36,0 +36,0 @@ return window.akashicRecordsWindow.openDevTools({ |
{ | ||
"name": "poi-plugin-akashic-records", | ||
"version": "2.1.2-beta.0", | ||
"version": "2.1.2", | ||
"description": "logbook plugin for poi", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -743,3 +743,9 @@ // Generated by CoffeeScript 1.9.3 | ||
if (process.platform === 'win32') { | ||
codeType = 'GB2312'; | ||
if (window.language === 'ja-JP') { | ||
codeType = 'shiftjis'; | ||
} else if (window.language === 'zh-CN' || window.language === 'zh-TW') { | ||
codeType = 'GB2312'; | ||
} else { | ||
codeType = 'utf8'; | ||
} | ||
} else { | ||
@@ -746,0 +752,0 @@ codeType = 'utf8'; |
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
2515922
0.01%58909
0.01%1
-50%