1 parent c78f03c commit 2b9d22bCopy full SHA for 2b9d22b
1 file changed
tests/index.html
@@ -8,8 +8,8 @@
8
9
<script>
10
var FileAPI = {
11
- html5: true
12
- , debug: false
+ html5: false
+ , debug: !/phantomjs/i.test(navigator.userAgent)
13
, staticPath: '../dist/'
14
, formData: !/phantomjs/i.test(navigator.userAgent)
15
};
0 commit comments