Skip to content

Commit

Permalink
Deployed 4ee8892 with MkDocs version: 1.5.3
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Jun 26, 2024
1 parent f5711fe commit fcbf7c1
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
Binary file modified _static/__pycache__/playground.cpython-310.pyc
Binary file not shown.
8 changes: 4 additions & 4 deletions _static/playground.js
Original file line number Diff line number Diff line change
Expand Up @@ -949,7 +949,7 @@ function _typeof(t) {
return t().wrap((function(e) {
for (;;) switch (e.prev = e.next) {
case 0:
o = window.location.pathname.split("/")[1], i = b(r.value), a = window.location, s = "/", a.pathname.startsWith("/".concat(o, "/")) && (s = "/".concat(o, /")), (l = "".concat(a.protocol, "//").concat(a.host).concat(s, "?code=").concat(i)).length > 2e3 ? alert("Code must be small enough to generate a shareable URL under 2000 characters!") : navigator.clipboard.writeText(l).then(n(t().mark((function e() {
o = window.location.pathname.split("/")[1], i = b(r.value), a = window.location, s = "/", a.pathname.startsWith("/".concat(o, "/")) && (s = "/".concat(o, "/")), (l = "".concat(a.protocol, "//").concat(a.host).concat(s, "?code=").concat(i)).length > 2e3 ? alert("Code must be small enough to generate a shareable URL under 2000 characters!") : navigator.clipboard.writeText(l).then(n(t().mark((function e() {
return t().wrap((function(t) {
for (;;) switch (t.prev = t.next) {
case 0:
Expand Down Expand Up @@ -1020,7 +1020,7 @@ function _typeof(t) {
return t().wrap((function(e) {
for (;;) switch (e.prev = e.next) {
case 0:
if (c = {}, !window.location.pathname.endsWith("/_static")) {
if (c = {}, !window.location.pathname.endsWith("/")) {
e.next = 32;
break
}
Expand Down Expand Up @@ -1076,14 +1076,14 @@ function _typeof(t) {
document.addEventListener("click", (function(t) {
var e = window.location.pathname.split("/")[1],
n = t.target || t.srcElement;
if ("A" === n.tagName && I && n.getAttribute("href") && n.host === window.location.host && window.location.pathname === "/".concat(e, "/_static/") && window.location.pathname === n.pathname && window.location.search !== n.search) {
if ("A" === n.tagName && I && n.getAttribute("href") && n.host === window.location.host && window.location.pathname === "/".concat(e, "/") && window.location.pathname === n.pathname && window.location.search !== n.search) {
t.preventDefault();
var o = new URLSearchParams(n.search);
I(!1, o)
}
}), !0), window.addEventListener("popstate", (function() {
var t = window.location.pathname.split("/")[1];
window.location.pathname === "/".concat(t, "/_static/") && (decodeURIComponent(new URLSearchParams(window.location.search).toString()) !== p && I(!1))
window.location.pathname === "/".concat(t, "/") && (decodeURIComponent(new URLSearchParams(window.location.search).toString()) !== p && I(!1))
})), window.addEventListener("unload", (function() {
f = !1
})), window.document$.subscribe((function() {
Expand Down
Binary file modified sitemap.xml.gz
Binary file not shown.

0 comments on commit fcbf7c1

Please sign in to comment.