Clicking the #site-logo will refresh the latest list.

This commit is contained in:
Robin Ward
2013-07-04 17:31:06 -04:00
parent 4a3bc1fb43
commit 2d821d1ff4
5 changed files with 113 additions and 39 deletions

View File

@ -70,6 +70,7 @@ d.write('<style>#ember-testing-container { position: absolute; background: white
Discourse.rootElement = '#ember-testing';
Discourse.setupForTesting();
Discourse.injectTestHelpers();
Discourse.bindDOMEvents();
Discourse.Router.map(function() {