Skip to content

Commit

Permalink
Bump version to v1.6.15
Browse files Browse the repository at this point in the history
  • Loading branch information
lloydvsanchez committed Apr 13, 2023
1 parent e912a2d commit 4eac7a7
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 2 deletions.
11 changes: 10 additions & 1 deletion slidecarthq-forward.js
Original file line number Diff line number Diff line change
@@ -1 +1,10 @@
window.SLIDECART === 100 || function () { var e = "https://cdn.jsdelivr.net/gh/apphq/slidecart-dist@latest/slidecarthq.js?" + (new Date).getTime(), t = document.createElement("script"); t.type = "text/javascript", t.src = e, document.querySelector("body").appendChild(t) }();
if (!window.SLIDECART) {
(function () {
var url = 'https://cdn.jsdelivr.net/gh/apphq/slidecart-dist@latest/slidecarthq.js?' + new Date().getTime()
var s = document.createElement('script')
s.type = 'text/javascript'
s.src = url
var x = document.querySelector('body')
x.appendChild(s)
})()
}
2 changes: 1 addition & 1 deletion slidecarthq.js

Large diffs are not rendered by default.

0 comments on commit 4eac7a7

Please sign in to comment.