|
@@ -33,7 +33,7 @@
|
|
|
if (_osType === 'A') {
|
|
if (_osType === 'A') {
|
|
|
window.style24.getPushList();
|
|
window.style24.getPushList();
|
|
|
} else if (_osType === 'I') {
|
|
} else if (_osType === 'I') {
|
|
|
-
|
|
|
|
|
|
|
+ window.webkit.messageHandlers.getPushList.postMessage({"dummy":"dummy"});
|
|
|
}
|
|
}
|
|
|
} else {
|
|
} else {
|
|
|
$('#notice').addClass('nodata');
|
|
$('#notice').addClass('nodata');
|