diff --git a/gateone/static/gateone.js b/gateone/static/gateone.js index 6804eb0b..87ca64bc 100644 --- a/gateone/static/gateone.js +++ b/gateone/static/gateone.js @@ -476,7 +476,7 @@ var go = GateOne.Base.update(GateOne, { go.prefs[setting] = queryPrefs[setting]; } // Make our prefix unique to our location - go.prefs.prefix += go.location + '_'; + go.prefs.prefix += go.location.replace(/\./g, 'dot') + '_'; // Capabilities Notifications if (!go.prefs.skipChecks) { if (!WebSocket) {