shawenguan пре 1 година
родитељ
комит
b507b28714
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      Scripts/hbcpre/hbcpreHelper.js

+ 1 - 1
Scripts/hbcpre/hbcpreHelper.js

@@ -200,7 +200,7 @@ function getRequestPlainData() {
     } else {
         reqData = magicJS.parseQueryStr($request.url);
     }
-    if (!reqData || reqData.data) {
+    if (!reqData || !reqData.data) {
         return;
     }
     try {