Skip to content

Commit 25fe0e5

Browse files
authored
Disable using localStorage
So people don't get stuck on the EU shop.
1 parent fb7fff4 commit 25fe0e5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

_layouts/shopping.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
var spread_shop_config = {
4242
shopName: 'librenms',
4343
// locale: 'en_EU',
44-
prefix: localStorage.getItem('store_url'),
44+
prefix: null, // disable localStorage.getItem('store_url'),
4545
baseId: 'librenms-shop'
4646
};
4747

0 commit comments

Comments
 (0)