Skip to content

Commit 23ba42c

Browse files
committed
Fixed: "Basic FileUpload not working in IE8" (#181)
1 parent bf17da4 commit 23ba42c

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

examples/image-preview/index.html

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,9 @@
66
<link rel="stylesheet" href="//netdna.bootstrapcdn.com/bootstrap/3.0.0/css/bootstrap.min.css" />
77

88
<!-- Fix for old browsers -->
9-
<script src="../bower_components/es5-shim/es5-shim.js"></script>
9+
<script src="http://nervgh.github.io/js/es5-shim.min.js"></script>
10+
<script src="http://nervgh.github.io/js/es5-sham.min.js"></script>
11+
1012
<script src="http://code.jquery.com/jquery-1.8.3.min.js"></script>
1113

1214
<script src="//netdna.bootstrapcdn.com/bootstrap/3.0.0/js/bootstrap.min.js"></script>

examples/simple/index.html

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,8 @@
66
<link rel="stylesheet" href="//netdna.bootstrapcdn.com/bootstrap/3.0.0/css/bootstrap.min.css" />
77

88
<!-- Fix for old browsers -->
9-
<script src="../bower_components/es5-shim/es5-shim.js"></script>
9+
<script src="http://nervgh.github.io/js/es5-shim.min.js"></script>
10+
<script src="http://nervgh.github.io/js/es5-sham.min.js"></script>
1011
<script src="http://code.jquery.com/jquery-1.8.3.min.js"></script>
1112

1213
<script src="//netdna.bootstrapcdn.com/bootstrap/3.0.0/js/bootstrap.min.js"></script>

examples/without-bootstrap/index.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66

77
<!-- ES5 shim for old browsers -->
88
<script src="http://nervgh.github.io/js/es5-shim.min.js"></script>
9+
<script src="http://nervgh.github.io/js/es5-sham.min.js"></script>
910

1011
<!--<script src="http://code.jquery.com/jquery-1.8.3.min.js"></script>-->
1112

0 commit comments

Comments
 (0)