Commit 6407082c by Lee Munkyeong

アンドロイドRFIDボタン非表示

parent d6a4e8c9
...@@ -291,7 +291,7 @@ CHK.initCommon = function() { ...@@ -291,7 +291,7 @@ CHK.initCommon = function() {
} }
// アンドロイド・IOSの場合スキャンオプションによってスキャン表示 // アンドロイド・IOSの場合スキャンオプションによってスキャン表示
if ((CHK.isIOS || CHK.isAndroid) && CHK.isRFIDBarcodeScan) { if (CHK.isIOS && CHK.isRFIDBarcodeScan) {
$("#rfidScanButton").removeClass("d-none"); $("#rfidScanButton").removeClass("d-none");
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment