webfast 0.1.73 → 0.1.75

Sign up to get free protection for your applications and to get access to all the features.
@@ -129,7 +129,7 @@ web.fast.connectWebSocket = function(socketURL,maxRetries = 40, retries = 0) {
129
129
  //alert(web.fast.tools.isMobile);
130
130
  function arraySend() {
131
131
  try {
132
- if (web.fast.user != undefined || window.Telegram.WebApp.initData == ``) {
132
+ if (web.fast.user != undefined && web.fast.inial == undefined || window.Telegram.WebApp.initData == `` && web.fast.inial == undefined) {
133
133
  let arraySend = [];
134
134
  jQuery(`[webfast-get]`).each(async function(){
135
135
  const type = jQuery(this).attr(`webfast-get`);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "webfast",
3
- "version": "0.1.73",
3
+ "version": "0.1.75",
4
4
  "description": "WebFast! Bot Application, including TON mini-apps for makign it easy and fast to build ini-apps",
5
5
  "main": "index.js",
6
6
  "repository": {