Revert "Simplify the cancel logic for input and display settings"

This reverts commit a5d79594a3.

Causes new integration tests to fail.

Change-Id: I7e14d73d0d726a3253e8c6e6bdf5066230d8454c
This commit is contained in:
Nikerabbit
2013-08-27 12:34:50 +00:00
parent a5d79594a3
commit 537e6def5d
3 changed files with 48 additions and 11 deletions

View File

@@ -173,7 +173,7 @@
// Every time we show this window, make sure the current
// settings panels is upto date. So just click on active menu item.
this.$window.find( '.settings-menu-items > .active' ).click();
this.$window.find( '.input-settings-block.active' ).click();
this.position();
this.visible();
},