Track clicks on topics in search results

This commit is contained in:
Robin Ward
2017-07-17 15:42:32 -04:00
parent 21e02d6969
commit cdb3706025
8 changed files with 187 additions and 26 deletions

View File

@ -72,4 +72,4 @@ QUnit.test("Search with context", assert => {
andThen(() => {
assert.ok(!$('.search-context input[type=checkbox]').is(":checked"));
});
});
});