diff --git a/lib/randomSupplies.js b/lib/randomSupplies.js index 43ac69b..65f3f80 100644 --- a/lib/randomSupplies.js +++ b/lib/randomSupplies.js @@ -232,7 +232,7 @@ return 1; }; }, - getIndex: function(){ + getIndexRng: function(){ return function(){ return 0; }; diff --git a/releaseNotes.txt b/releaseNotes.txt index c1d9fae..7af7f6d 100644 --- a/releaseNotes.txt +++ b/releaseNotes.txt @@ -8,6 +8,7 @@ Version 0.5.9: fixes: - search could show hidden settings + - faking audio did not work with white random generator known issues: - if a data URL is blocked the page action button does not appear