Browse
For agents
About
GetResponse Forms by Optin Cat
/
trunk
GetResponse Forms by Optin Cat
vtrunk
Switch version
1.3.4
1.3.5
1.3.6
1.3.8
1.3.9
1.4.0
1.4.1
1.4.2
1.5.0
1.5.1
1.5.2
1.5.4
1.5.5
1.5.6
1.5.7
1.5.8
1.6.1
1.6.2
1.6.3
1.7.0
1.7.1
1.7.2
1.8.0
1.8.1
2.0.0
All 36 releases
Overview
Code
getresponse
/
assets
/
pagecount.min.js
pagecount.min.js
in GetResponse Forms by Optin Cat trunk, at assets/pagecount.min.js
1 lines
236 B
Find file
t
No matching file
Up and down to move
Enter to open
Esc to close
Raw
Download
Zip
View raw
1
!
function
(
)
{
function
o
(
o
,
t
)
{
document
.
cookie
=
o
+
"
=
"
+
t
+
"
;path=/;
"
}
function
t
(
o
)
{
var
t
=
"
;
"
+
document
.
cookie
,
n
=
t
.
split
(
"
;
"
+
o
+
"
=
"
)
;
return
2
===
n
.
length
?
n
.
pop
(
)
.
split
(
"
;
"
)
.
shift
(
)
:
0
}
o
(
"
fca_eoi_pagecount
"
,
parseInt
(
t
(
"
fca_eoi_pagecount
"
)
)
+
1
)
}
(
)
;