mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-02-10 23:36:14 -05:00
Merge pull request #5788 from ErisDS/search-timeout
Reduce search refresh timeout & forgotten link fix
This commit is contained in:
commit
1b07d8c8fd
2 changed files with 1 additions and 2 deletions
|
@ -7,7 +7,7 @@ export default Ember.Component.extend({
|
||||||
selection: null,
|
selection: null,
|
||||||
content: [],
|
content: [],
|
||||||
isLoading: false,
|
isLoading: false,
|
||||||
contentExpiry: 60 * 1000,
|
contentExpiry: 10 * 1000,
|
||||||
contentExpiresAt: false,
|
contentExpiresAt: false,
|
||||||
|
|
||||||
posts: Ember.computed.filterBy('content', 'category', 'Posts'),
|
posts: Ember.computed.filterBy('content', 'category', 'Posts'),
|
||||||
|
|
|
@ -37,7 +37,6 @@
|
||||||
bottom: 10px;
|
bottom: 10px;
|
||||||
padding: 0 11px 0 12px;
|
padding: 0 11px 0 12px;
|
||||||
border-left: #dae1e3 1px solid;
|
border-left: #dae1e3 1px solid;
|
||||||
background: #fff;
|
|
||||||
border-radius: 0;
|
border-radius: 0;
|
||||||
text-transform: none;
|
text-transform: none;
|
||||||
letter-spacing: 0;
|
letter-spacing: 0;
|
||||||
|
|
Loading…
Add table
Reference in a new issue