-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
314b726
commit 997406c
Showing
5 changed files
with
8 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -27,7 +27,7 @@ For now, the script can be included directly from GitHub via the jsdelivr CDN, e | |
|
||
```html | ||
<script | ||
src="https://cdn.jsdelivr.net/gh/renehamburger/[email protected].2/dist/blinx.js" | ||
src="https://cdn.jsdelivr.net/gh/renehamburger/[email protected].3/dist/blinx.js" | ||
defer | ||
data-blinx="{ | ||
language: 'de' | ||
|
@@ -45,7 +45,7 @@ blinx.js loads several resources it requires dynamically and asynchronously. To | |
defer | ||
></script> | ||
<script | ||
src="https://cdn.jsdelivr.net/gh/renehamburger/[email protected].2/dist/blinx.js" | ||
src="https://cdn.jsdelivr.net/gh/renehamburger/[email protected].3/dist/blinx.js" | ||
defer | ||
></script> | ||
``` | ||
|
@@ -57,7 +57,7 @@ The string entered for the `<LANGUAGE_CODE>`, e.g. 'de', will then also determin | |
```js | ||
var blinxScript = document.createElement('script'); | ||
blinxScript.type = 'text/javascript'; | ||
blinxScript.src = 'https://cdn.jsdelivr.net/gh/renehamburger/[email protected].2/dist/blinx.js'; | ||
blinxScript.src = 'https://cdn.jsdelivr.net/gh/renehamburger/[email protected].3/dist/blinx.js'; | ||
document.documentElement.appendChild(blinxScript); | ||
blinxScript.setAttribute('data-blinx', '{ language: "de" }'); | ||
``` | ||
|
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters