Skip to content

Commit b3a1a13

Browse files
FIXED: typo in SendRqlWebService()
1 parent a8580ad commit b3a1a13

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rqlconnector/RqlConnector.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ RqlConnector.prototype.SendRqlWebService = function (InnerRQL, IsText, CallbackF
4949
data = $.trim(data);
5050

5151
var RetRql = $($.parseXML(data)).find('Result').text();
52-
RetRql = $.tr(RetRql);
52+
RetRql = $.trim(RetRql);
5353

5454
if (IsText) {
5555
data = RetRql;

0 commit comments

Comments
 (0)