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
7cfefde0
Commit
7cfefde0
authored
Nov 25, 2020
by
Matija Obreza
Browse files
v1.0.0-alpha9
parent
f55db85c
Changes
3
Hide whitespace changes
Inline
Side-by-side
README.md
View file @
7cfefde0
...
...
@@ -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
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
src=
"https://cdn.jsdelivr.net/npm/@genesys-pgr/ui-embedded@1.0.0-alpha
9
/dist/genesys-deps.js"
></script>
<script
src=
"https://cdn.jsdelivr.net/npm/@genesys-pgr/ui-embedded@1.0.0-alpha
9
/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 @
7cfefde0
...
...
@@ -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
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
src=
"https://cdn.jsdelivr.net/npm/@genesys-pgr/ui-embedded@1.0.0-alpha
9
/dist/genesys-deps.js"
></script>
<script
src=
"https://cdn.jsdelivr.net/npm/@genesys-pgr/ui-embedded@1.0.0-alpha
9
/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 @
7cfefde0
{
"name"
:
"@genesys-pgr/ui-embedded"
,
"version"
:
"1.0.0-alpha
8
"
,
"version"
:
"1.0.0-alpha
9
"
,
"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