We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cb73fcb commit 925b4b4Copy full SHA for 925b4b4
scripts/fb_allInOne.js
@@ -1,11 +1,6 @@
1
import { BADGES } from "./helpers/badge.js";
2
import { runFunc } from "./helpers/utils.js";
3
4
-const CACHED = {
5
- uid: null,
6
- fb_dtsg: null,
7
-};
8
-
9
const GLOBAL = {
10
fetch: (url, options) => fetch(url, options || {}).then((res) => res.text()),
11
};
0 commit comments