Skip to content
This repository has been archived by the owner on Nov 20, 2018. It is now read-only.

Commit

Permalink
docs(getting started): page 1 code example typos (#1677)
Browse files Browse the repository at this point in the history
closes #1676
  • Loading branch information
RayCLin authored and rnicholus committed Oct 22, 2016
1 parent c1d0af0 commit c1ae785
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/quickstart/01-getting-started.jmd
Original file line number Diff line number Diff line change
Expand Up @@ -313,7 +313,7 @@ Remember, when using the "core" build, you will need to build your own UI and up
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link href="fine-uploader/fine-uploader-gallery.min.css" rel="stylesheet">
<script src="fine-uploader/fine-uploader.min.js""></script>
<script src="fine-uploader/fine-uploader.min.js"></script>
<script type="text/template" id="qq-template">
<div class="qq-uploader-selector qq-uploader qq-gallery" qq-drop-area-text="Drop files here">
<div class="qq-total-progress-bar-container-selector qq-total-progress-bar-container">
Expand Down Expand Up @@ -398,7 +398,7 @@ Remember, when using the "core" build, you will need to build your own UI and up
<script>
// Some options to pass to the uploader are discussed on the next page
var uploader = new qq.FineUploader({
element: getElementById("uploader")
element: document.getElementById("uploader")
})
</script>
</body>
Expand Down

0 comments on commit c1ae785

Please sign in to comment.