Skip to content

Commit

Permalink
Fix: AlpineCheck.js cannot be downloaded in browser
Browse files Browse the repository at this point in the history
Close  #27
  • Loading branch information
jonnitto committed Mar 17, 2024
1 parent fe5a94d commit b4edc63
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import { loadScript } from './Plugins/Helper';

if (!window.Alpine) {
loadScript('/_Resources/Static/Packages/Jonnitto.PrettyEmbedHelper/Scripts/Alpine.js?v=3.13.5');
loadScript('/_Resources/Static/Packages/Jonnitto.PrettyEmbedHelper/Scripts/Alpine.js?v=3.13.7');
}
1 change: 1 addition & 0 deletions Resources/Public/Modules/AlpineCheck.js
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
import{a as e}from"./chunk-TTJLV6PQ.js";window.Alpine||e("/_Resources/Static/Packages/Jonnitto.PrettyEmbedHelper/Scripts/Alpine.js?v=3.13.7");
1 change: 0 additions & 1 deletion Resources/Public/Scripts/AlpineCheck.js

This file was deleted.

0 comments on commit b4edc63

Please sign in to comment.