| Index: tools/callstats.html
|
| diff --git a/tools/callstats.html b/tools/callstats.html
|
| index f8a642397ab8a56cac48b754665653cafc216780..3b7cff5e57509d114616861f2fb8ca7fef36955b 100644
|
| --- a/tools/callstats.html
|
| +++ b/tools/callstats.html
|
| @@ -1093,7 +1093,7 @@ code is governed by a BSD-style license that can be found in the LICENSE file.
|
| var files = document.getElementById("uploadInput").files;
|
| loadFiles(files, false)
|
| }
|
| -
|
| +
|
| function loadFiles(files, append) {
|
| var file = files[0];
|
| var reader = new FileReader();
|
|
|