Compare commits

...

18 Commits

Author SHA1 Message Date
sairaj mote
c2c8d515a7 updating std ops 2024-01-26 02:39:58 +05:30
Ritika-Agrawal0811
7f58aa12d6 bug fix 2021-06-08 10:38:13 +05:30
SaketAnand
3c2adeb52b Update index.html
updated the apiurl for flosight
2021-06-06 15:29:09 +05:30
Sai Raj
edd485c060
updating the apiurl 2021-06-05 13:33:54 +05:30
Sai Raj
a316fd526b
bugfix: flosight 2021-06-05 13:27:04 +05:30
Sai Raj
f12e6ae35b
bugfix: flosight 2021-06-05 13:16:49 +05:30
Vivek Teega
b0a0845e89 Updating flosights 2020-12-02 12:09:05 +05:30
Vivek Teega
071fa968a1 Bug fix : Applyactionlist gets disabled
Applyaction list gets disabled for pre-existing users and they weren’t able to apple. The bug is fixed
2020-09-28 16:55:12 +05:30
sairaj mote
ba8c6890fc
Merge pull request #12 from sairaj-mote/master
added copy option for private key
2020-08-25 21:38:43 +05:30
sairaj mote
15f3e8c819 added copy option for private key 2020-08-25 21:37:24 +05:30
Vivek Teega
dfd8f9e6a3 Check to prevent empty project application 2020-08-24 12:15:45 +05:30
Vivek Teega
cc09437471 Show all projects 2020-08-20 18:45:35 +05:30
Vivek Teega
b5cdd9ebb9 New Admin ID, Application name and updated standard ops 2020-08-20 18:10:21 +05:30
Vivek Teega
a7553f464e New admin ID 2020-08-20 17:41:23 +05:30
Vivek Teega
f6b5ef6c81 Updating standard ops 2020-08-20 17:12:45 +05:30
Vivek Teega
801c08f2de
Removing Flocha 2020-08-20 15:32:21 +05:30
Vivek Teega
e0f321677b
Merge pull request #11 from vivekteega/master
Adding Content Collaboration Portal
2020-07-25 12:07:36 +05:30
Vivek Teega
e1bf720a24 Adding Content Collaboration Portal 2020-07-25 12:05:48 +05:30
9 changed files with 10081 additions and 9264 deletions

View File

@ -0,0 +1,2 @@
/* breakpoints.js v1.0 | @ajlkn | MIT licensed */
var breakpoints=function(){"use strict";function e(e){t.init(e)}var t={list:null,media:{},events:[],init:function(e){t.list=e,window.addEventListener("resize",t.poll),window.addEventListener("orientationchange",t.poll),window.addEventListener("load",t.poll),window.addEventListener("fullscreenchange",t.poll)},active:function(e){var n,a,s,i,r,d,c;if(!(e in t.media)){if(">="==e.substr(0,2)?(a="gte",n=e.substr(2)):"<="==e.substr(0,2)?(a="lte",n=e.substr(2)):">"==e.substr(0,1)?(a="gt",n=e.substr(1)):"<"==e.substr(0,1)?(a="lt",n=e.substr(1)):"!"==e.substr(0,1)?(a="not",n=e.substr(1)):(a="eq",n=e),n&&n in t.list)if(i=t.list[n],Array.isArray(i)){if(r=parseInt(i[0]),d=parseInt(i[1]),isNaN(r)){if(isNaN(d))return;c=i[1].substr(String(d).length)}else c=i[0].substr(String(r).length);if(isNaN(r))switch(a){case"gte":s="screen";break;case"lte":s="screen and (max-width: "+d+c+")";break;case"gt":s="screen and (min-width: "+(d+1)+c+")";break;case"lt":s="screen and (max-width: -1px)";break;case"not":s="screen and (min-width: "+(d+1)+c+")";break;default:s="screen and (max-width: "+d+c+")"}else if(isNaN(d))switch(a){case"gte":s="screen and (min-width: "+r+c+")";break;case"lte":s="screen";break;case"gt":s="screen and (max-width: -1px)";break;case"lt":s="screen and (max-width: "+(r-1)+c+")";break;case"not":s="screen and (max-width: "+(r-1)+c+")";break;default:s="screen and (min-width: "+r+c+")"}else switch(a){case"gte":s="screen and (min-width: "+r+c+")";break;case"lte":s="screen and (max-width: "+d+c+")";break;case"gt":s="screen and (min-width: "+(d+1)+c+")";break;case"lt":s="screen and (max-width: "+(r-1)+c+")";break;case"not":s="screen and (max-width: "+(r-1)+c+"), screen and (min-width: "+(d+1)+c+")";break;default:s="screen and (min-width: "+r+c+") and (max-width: "+d+c+")"}}else s="("==i.charAt(0)?"screen and "+i:i;t.media[e]=!!s&&s}return t.media[e]!==!1&&window.matchMedia(t.media[e]).matches},on:function(e,n){t.events.push({query:e,handler:n,state:!1}),t.active(e)&&n()},poll:function(){var e,n;for(e=0;e<t.events.length;e++)n=t.events[e],t.active(n.query)?n.state||(n.state=!0,n.handler()):n.state&&(n.state=!1)}};return e._=t,e.on=function(e,n){t.on(e,n)},e.active=function(e){return t.active(e)},e}();!function(e,t){"function"==typeof define&&define.amd?define([],t):"object"==typeof exports?module.exports=t():e.breakpoints=t()}(this,function(){return breakpoints});

1
assets/js/btcOperator.min.js vendored Normal file

File diff suppressed because one or more lines are too long

1
assets/js/compactIDB.min.js vendored Normal file

File diff suppressed because one or more lines are too long

1
assets/js/floBlockchainAPI.min.js vendored Normal file

File diff suppressed because one or more lines are too long

1
assets/js/floCloudAPI.min.js vendored Normal file

File diff suppressed because one or more lines are too long

1
assets/js/floCrypto.min.js vendored Normal file

File diff suppressed because one or more lines are too long

1
assets/js/floDapps.min.js vendored Normal file

File diff suppressed because one or more lines are too long

9975
assets/js/lib.js Normal file

File diff suppressed because it is too large Load Diff

9362
index.html

File diff suppressed because it is too large Load Diff