chore: import upstream snapshot with attribution
This commit is contained in:
@@ -0,0 +1,15 @@
|
||||
--- template/app/public/scripts/reo.js
|
||||
+++ opensaas-sh/app/public/scripts/reo.js
|
||||
@@ -0,0 +1,12 @@
|
||||
+!(function () {
|
||||
+ var e, t, n;
|
||||
+ (e = "96f303a127451b4"),
|
||||
+ (t = function () {
|
||||
+ Reo.init({ clientID: "96f303a127451b4" });
|
||||
+ }),
|
||||
+ ((n = document.createElement("script")).src =
|
||||
+ "https://static.reo.dev/" + e + "/reo.js"),
|
||||
+ (n.defer = !0),
|
||||
+ (n.onload = t),
|
||||
+ document.head.appendChild(n);
|
||||
+})();
|
||||
Reference in New Issue
Block a user