mirror of
https://github.com/discourse/discourse.git
synced 2025-09-07 12:02:53 +08:00
Remove more views and deprecations.
This commit is contained in:
parent
04ec679d82
commit
187d7d6f96
19 changed files with 216 additions and 285 deletions
|
@ -167,7 +167,7 @@ testOpenInANewTab("it opens in a new tab when pressing ctrl", function(clickEven
|
|||
});
|
||||
|
||||
testOpenInANewTab("it opens in a new tab on middle click", function(clickEvent) {
|
||||
clickEvent.which = 2;
|
||||
clickEvent.button = 2;
|
||||
});
|
||||
|
||||
test("tracks via AJAX if we're on the same site", function() {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue