homeflowjs 0.12.15 → 0.12.16

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -105,10 +105,13 @@ const hfInitialize = () => {
105
105
  store.dispatch(setArticles(Homeflow.get('articles')));
106
106
  }
107
107
 
108
+ // all property results routes
108
109
  if (pageRoute === 'properties#index'
109
110
  || pageRoute === 'counties#show'
110
111
  || pageRoute === 'postcodes#show'
111
112
  || pageRoute === 'locations#show'
113
+ || pageRoute === 'countries#show'
114
+ || pageRoute === 'branches#properties'
112
115
  ) {
113
116
  const searchFromFragment = parseFragment(window.location.pathname);
114
117
  const defaultStatus = store.getState().app.themePreferences.default_search_status;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "homeflowjs",
3
- "version": "0.12.15",
3
+ "version": "0.12.16",
4
4
  "sideEffects": [
5
5
  "modal/**/*",
6
6
  "user/default-profile/**/*",