badoo / codeisok

Git code browsing and code review tool
GNU General Public License v3.0
85 stars 16 forks source link

Fix bug with missing base param and incomplete tag selector #12

Closed NikhilVerma closed 6 years ago

NikhilVerma commented 6 years ago

@uyga This fixes a bug where if you have a branchdiff between a branch and a base the base param is not preserved when switching diff modes.

It also fixes a bug in Safari because I forgot to close the "[" tag in selector. Chrome was able to somehow make it work but Safari doesn't