16 lines
428 B
Diff
16 lines
428 B
Diff
--- 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);
|
|
+})();
|