debugging click to refresh on live
[namibia] / public / js / app / api.js
index c66c7bf..f2f7eb6 100644 (file)
         */
                execTask: function( id, data, options, callback, errorCallback, method, direct )
                {
+                       console.log('executetask',data);
                        if (!this.taskContracts[id])
                        {
                                console.log('! No contract for: ' + id);
                execTasks: function( contracts, callback )
                                //id, data, options, callback, errorCallback, method, direct )
                {
-                       console.log('executetasks',data);
                        var gid = this.requestId;
                var requests = [];
                this.requests.push({});