bugbug
bugbug copied to clipboard
"Select All" button added
Fix for the issue #2109 .
Fix for the issue #2109
There is some error. Fix for the error will be in next commit.
Error fixed
But I think. I have wrongly done rebase for this branch.
Yes, there is something wrong. You can clean it up by doing something like:
git checkout master
git pull upstream master
git diff master select_all > select_all.patch
git branch -D select_all
git checkout -b select_all
git apply select_all.patch
Please review it.
@marco-c
Is there anything else still to do for this issue ?
I am not sure whether the graphs are changing according to the selected options.
@marco-c Is it ok now ? Moved common js code to common.js file.