Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Genesys PGR
Embedded Genesys UI
Commits
7ec77b1e
Commit
7ec77b1e
authored
Nov 20, 2020
by
Matija Obreza
Browse files
v1.0.0-alpha8
parent
c105aab6
Changes
3
Hide whitespace changes
Inline
Side-by-side
README.md
View file @
7ec77b1e
...
...
@@ -12,8 +12,8 @@ Add Javascript dependencies to your page:
```
html
<script
src=
"https://cdn.jsdelivr.net/npm/lodash@4.17.20/lodash.min.js"
></script>
<script
src=
"https://cdn.jsdelivr.net/npm/@genesys-pgr/ui-embedded@1.0.0-alpha
7
/dist/genesys-deps.js"
></script>
<script
src=
"https://cdn.jsdelivr.net/npm/@genesys-pgr/ui-embedded@1.0.0-alpha
7
/dist/genesys-ui.js"
></script>
<script
src=
"https://cdn.jsdelivr.net/npm/@genesys-pgr/ui-embedded@1.0.0-alpha
8
/dist/genesys-deps.js"
></script>
<script
src=
"https://cdn.jsdelivr.net/npm/@genesys-pgr/ui-embedded@1.0.0-alpha
8
/dist/genesys-ui.js"
></script>
<!-- Optionally use bootstrap CSS -->
<link
rel=
"stylesheet"
href=
"https://cdn.jsdelivr.net/npm/bootstrap@4.5.3/dist/css/bootstrap.min.css"
/>
```
...
...
index.html
View file @
7ec77b1e
...
...
@@ -55,8 +55,8 @@
felis nec auctor ultrices.
</p>
</div>
<script
src=
"https://cdn.jsdelivr.net/npm/@genesys-pgr/ui-embedded@1.0.0-alpha
7
/dist/genesys-deps.js"
></script>
<script
src=
"https://cdn.jsdelivr.net/npm/@genesys-pgr/ui-embedded@1.0.0-alpha
7
/dist/genesys-ui.js"
></script>
<script
src=
"https://cdn.jsdelivr.net/npm/@genesys-pgr/ui-embedded@1.0.0-alpha
8
/dist/genesys-deps.js"
></script>
<script
src=
"https://cdn.jsdelivr.net/npm/@genesys-pgr/ui-embedded@1.0.0-alpha
8
/dist/genesys-ui.js"
></script>
<script
type=
"text/javascript"
>
// Detect language from query string
const
queryLang
=
document
.
location
.
search
&&
document
.
location
.
search
.
substr
(
1
)
||
undefined
;
...
...
package.json
View file @
7ec77b1e
{
"name"
:
"@genesys-pgr/ui-embedded"
,
"version"
:
"1.0.0-alpha
7
"
,
"version"
:
"1.0.0-alpha
8
"
,
"publishConfig"
:
{
"access"
:
"public"
},
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment