Skip to content

Commit 69224bb

Browse files
committed
Fixed JavaScrip Load Image script source.
1 parent 36052b4 commit 69224bb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -228,7 +228,7 @@ <h3 class="modal-title"></h3>
228228
<!-- The Templates plugin is included to render the upload/download listings -->
229229
<script src="http://blueimp.github.com/JavaScript-Templates/tmpl.min.js"></script>
230230
<!-- The Load Image plugin is included for the preview images and image resizing functionality -->
231-
<script src="http://localhost:8080/dev/blueimp/JavaScript-Load-Image/load-image.min.js"></script>
231+
<script src="http://blueimp.github.com/JavaScript-Load-Image/load-image.min.js"></script>
232232
<!-- The Canvas to Blob plugin is included for image resizing functionality -->
233233
<script src="http://blueimp.github.com/JavaScript-Canvas-to-Blob/canvas-to-blob.min.js"></script>
234234
<!-- Bootstrap JS and Bootstrap Image Gallery are not required, but included for the demo -->

0 commit comments

Comments
 (0)