diff options
Diffstat (limited to 'coverage/htmlfiles/coverage_html.js')
-rw-r--r-- | coverage/htmlfiles/coverage_html.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/coverage/htmlfiles/coverage_html.js b/coverage/htmlfiles/coverage_html.js index b6bde6c..5219e36 100644 --- a/coverage/htmlfiles/coverage_html.js +++ b/coverage/htmlfiles/coverage_html.js @@ -1,7 +1,7 @@ // Coverage.py HTML report browser code. // Loaded on index.html -function index_page_ready($) { +function index_ready($) { // Look for a cookie containing previous sort settings: sort_list = []; cookie_name = "COVERAGE_INDEX_SORT"; |