Merge pull request #3049 from bacboc/feature

Fix broken link
Thomas Kluyver 9 years ago committed by GitHub
commit afd5aeab95
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -1193,7 +1193,7 @@ define([
.css('position', 'absolute');
var parse_large_file = function (f, item) {
// codes inspired by http://stackoverflow.com/a/28318964
// codes inspired by https://stackoverflow.com/a/28318964
var chunk_size = 1024 * 1024;
var offset = 0;
var chunk = 0;

Loading…
Cancel
Save