Merge pull request #2982 from evazion/fix-ss-dropdown

Fix saved search dropdown on post show page.
This commit is contained in:
Albert Yi
2017-04-22 01:04:47 -07:00
committed by GitHub
4 changed files with 9 additions and 7 deletions

View File

@@ -8,11 +8,11 @@
if ($("#c-posts").length) {
this.initialize_shortcuts();
this.initialize_saved_searches();
}
if ($("#c-posts").length && $("#a-index").length) {
this.initialize_excerpt();
this.initialize_saved_searches();
}
if ($("#c-posts").length && $("#a-show").length) {