Skip to content

Commit

Permalink
Cannot fetch dependences correctly from google server.
Browse files Browse the repository at this point in the history
  • Loading branch information
yjcyxky committed Apr 17, 2024
1 parent 34da6a2 commit 2040308
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 2 deletions.
4 changes: 2 additions & 2 deletions studio/plugin.ts
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@ export default (api: IApi) => {
// For GTEx Components
api.addHTMLHeadScripts(() => {
return [
"https://ajax.googleapis.com/ajax/libs/jquery/1.11.2/jquery.min.js",
"https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.11.0/umd/popper.min.js",
"https://drugs.3steps.cn/assets/js/jquery-1.11.2.min.js",
"https://drugs.3steps.cn/assets/js/popper-1.11.0.min.js",
"https://gtexportal.org/external/jquery-ui-1.11.4.custom/jquery-ui.min.js",
"https://gtexportal.org/external/bootstrap/3.3.7/bootstrap.min.js"
]
Expand Down
Loading

0 comments on commit 2040308

Please sign in to comment.