Skip to content

Commit

Permalink
typosu
Browse files Browse the repository at this point in the history
  • Loading branch information
kulokenci committed Mar 26, 2020
1 parent 7ea4dfa commit 4ebe5f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion worker.js
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ var html = `
<link rel="icon" href="//rawcdn.githack.com/neoascetic/rawgithack/4558441/sushi.png">
<title>${authConfig.siteName}</title>
<script>var main_color = "${authConfig.main_color}";var accent_color = "${authConfig.accent_color}";var dark = ${authConfig.dark_theme};var search = ${authConfigsearch};</script>
<script src="//cdn.jsdelivr.net/combine/gh/jquery/jquery@3.2/dist/jquery.min.js,gh/kulokenci/goindex-drive@${authConfig.version}/app.js"></script>
<script src="//cdn.jsdelivr.net/combine/gh/jquery/jquery@3.2/dist/jquery.min.js,gh/kulokenci/goindex-drive@${authConfig.version}/workers.js"></script>
</head>
<body>
</body>
Expand Down

0 comments on commit 4ebe5f3

Please sign in to comment.