diff --git a/erpnext/hub_node/doctype/hub_settings/hub_settings.py b/erpnext/hub_node/doctype/hub_settings/hub_settings.py index 15ee4b7da35..58b946e1af1 100644 --- a/erpnext/hub_node/doctype/hub_settings/hub_settings.py +++ b/erpnext/hub_node/doctype/hub_settings/hub_settings.py @@ -12,7 +12,7 @@ from six import string_types hub_url = "https://hubmarket.org" # hub_url = "http://159.89.175.122" -# hub_url = "http://erpnext.hub:8000" +# hub_url = "http://erpnext.hub:8001" class OAuth2Session(): def __init__(self, headers): diff --git a/erpnext/public/js/hub/hub_listing.js b/erpnext/public/js/hub/hub_listing.js index a6a9ac975bb..f61272d3f88 100644 --- a/erpnext/public/js/hub/hub_listing.js +++ b/erpnext/public/js/hub/hub_listing.js @@ -25,7 +25,7 @@ erpnext.hub.Marketplace = class Marketplace { } make_sidebar() { - this.$sidebar = this.$parent.find('.layout-side-section'); + this.$sidebar = this.$parent.find('.layout-side-section').addClass('hidden-xs'); this.$sidebar.append(`