UNPKG
sportsbet-mobile
Version:
latest (1.2.22)
1.2.22
Sportsbet mobile
github.com/heathmont/sportsbet-mobile
heathmont/sportsbet-mobile
sportsbet-mobile
/
client
/
casino
/
errorpages
/
jurisdictionError.ts
9 lines
(7 loc)
•
188 B
text/typescript
View Raw
1
2
3
4
5
6
7
8
9
interface
Templates
{
access_denied
:
Template
; }
Template
.
access_denied
.
destroyed
=
function
(
) {
Session
.
set
(
'splashTemplate'
,
undefined
);
Session
.
set
(
'splashMessage'
,
undefined
); };