Changes

Jump to: navigation, search
Success, and some bugs
However, as was the case in our previous attempt, our code has a bug. Moving existing tabs doesn't update our position state, since we only modify mPreviousIndex when a new tab is selected; moved tabs remain selected, but change their order.
Luckily we've already stumbled upon the solution to this problem--the '''TabMove''' event. Here is the updated version of '''overlay.js''', with the change changes in bold:
var AddTabBeside = {

Navigation menu