0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-02-03 23:00:14 -05:00

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 1b07d8c8fd
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;