From 1ed0cc06f9deb52a24f2f7ffde9260645e284784 Mon Sep 17 00:00:00 2001 From: Adhidarma Hadiwinoto <me@adhisimon.org> Date: Fri, 12 Aug 2016 16:48:09 +0700 Subject: [PATCH] coba bajak hasil --- xmlout.js | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/xmlout.js b/xmlout.js index 7ea7218..f58603a 100644 --- a/xmlout.js +++ b/xmlout.js @@ -27,6 +27,10 @@ function callbackReport(requestId, responseCode, message) { } }); } + + if (responseCode == '00') { + return; + } _callbackReport(requestId, responseCode, message); } -- 1.9.0