We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 25fe0e5 commit 1920c1cCopy full SHA for 1920c1c
1 file changed
_layouts/shopping.html
@@ -41,7 +41,7 @@
41
var spread_shop_config = {
42
shopName: 'librenms',
43
// locale: 'en_EU',
44
- prefix: null, // disable localStorage.getItem('store_url'),
+ prefix: na_store, // disable localStorage.getItem('store_url'),
45
baseId: 'librenms-shop'
46
};
47
@@ -61,9 +61,9 @@
61
var country = parts[1];
62
// spread_shop_config.locale = parts[0] + '_' + country;
63
64
- if (! spread_shop_config.prefix) {
65
- setStore(country);
66
- }
+// if (! spread_shop_config.prefix) {
+// setStore(country);
+// }
67
68
if (spread_shop_config.prefix === na_store) {
69
document.getElementById('locale-display').innerText = 'NA';
0 commit comments