We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b1c885a commit 0d2668fCopy full SHA for 0d2668f
src/vector/mobile_guide/index.js
@@ -1,8 +1,8 @@
1
import {getVectorConfig} from '../getconfig';
2
3
function onBackToRiotClick() {
4
- // Cookie should expire in 24 hours
5
- document.cookie = 'mobile_redirect_to_guide=false;path=/;max-age=86400';
+ // Cookie should expire in 4 hours
+ document.cookie = 'mobile_redirect_to_guide=false;path=/;max-age=14400';
6
window.location.href = '../';
7
}
8
0 commit comments