Pārlūkot izejas kodu

Fix missing data parameter on get/post Service

GermanDZ 14 gadi atpakaļ
vecāks
revīzija
cce880e88d
1 mainītis faili ar 1 papildinājumiem un 0 dzēšanām
  1. 1 0
      src/Lungo.Service.js

+ 1 - 0
src/Lungo.Service.js

@@ -50,6 +50,7 @@ LUNGO.Service = (function(lng, $, undefined) {
         $.ajax({
             type: type,
             url: url,
+            data: data,
             dataType: 'json',
             success: function(response) {
                 if (lng.Core.toType(callback) === 'function') {