mirror of
https://github.com/TryGhost/Ghost.git
synced 2024-11-27 10:42:45 +03:00
Merge pull request #5788 from ErisDS/search-timeout
Reduce search refresh timeout & forgotten link fix
This commit is contained in:
commit
cbd6395b1e
@ -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'),
|
||||
|
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user