mirror of
https://github.com/transloadit/uppy.git
synced 2026-07-28 20:40:06 +00:00
Fix loading of Robodog on example page.
This commit is contained in:
parent
a47b5a28cf
commit
d25bcfa921
1 changed files with 2 additions and 2 deletions
|
|
@ -104,9 +104,9 @@ $(selector).transloadit({
|
|||
```
|
||||
```html
|
||||
<!-- The new Robodog way! -->
|
||||
<script src="//transloadit.edgly.net/robodog/v1.0.0/dist/transloadit.js"></script>
|
||||
<script src="//transloadit.edgly.net/releases/uppy/v0.30.5/robodog.min.js"></script>
|
||||
<script>
|
||||
transloadit.form(selector, {
|
||||
window.Robodog.form(selector, {
|
||||
...options
|
||||
})
|
||||
</script>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue