Merge pull request #5788 from ErisDS/search-timeout

Reduce search refresh timeout & forgotten link fix
This commit is contained in:
Kevin Ansfield 2015-09-02 22:12:55 +01:00
commit cbd6395b1e
2 changed files with 1 additions and 2 deletions

View File

@ -7,7 +7,7 @@ export default Ember.Component.extend({
selection: null,
content: [],
isLoading: false,
contentExpiry: 60 * 1000,
contentExpiry: 10 * 1000,
contentExpiresAt: false,
posts: Ember.computed.filterBy('content', 'category', 'Posts'),

View File

@ -37,7 +37,6 @@
bottom: 10px;
padding: 0 11px 0 12px;
border-left: #dae1e3 1px solid;
background: #fff;
border-radius: 0;
text-transform: none;
letter-spacing: 0;