mirror of
https://github.com/discourse/discourse.git
synced 2025-05-22 02:41:13 +08:00
Remove more views and deprecations.
This commit is contained in:
@ -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() {
|
||||
|
Reference in New Issue
Block a user