Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
A
apex_micro_site
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Merge Requests
0
Merge Requests
0
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Commits
Open sidebar
Ali Arshad
apex_micro_site
Commits
05aa24e4
Commit
05aa24e4
authored
May 08, 2018
by
nadeem.qasmi
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
download all page location fixed again https
parent
9ffb3120
Pipeline
#489
passed with stage
in 0 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
download-now.php
...content/plugins/apex_global_lms/template/download-now.php
+2
-2
No files found.
WWW_DATA/wp-content/plugins/apex_global_lms/template/download-now.php
View file @
05aa24e4
...
@@ -447,14 +447,14 @@ $selected_id = isset( $_GET['course'] ) ? $_GET['course'] : - 1;
...
@@ -447,14 +447,14 @@ $selected_id = isset( $_GET['course'] ) ? $_GET['course'] : - 1;
$
(
document
).
ready
(
function
()
{
$
(
document
).
ready
(
function
()
{
var
ip
=
$
.
getJSON
(
'http://gd.geobytes.com/GetCityDetails?callback=?'
,
function
(
data
)
{
var
ipx
=
data
.
geobytesremoteip
;
var
ip
=
$
.
getJSON
(
'http
s
://gd.geobytes.com/GetCityDetails?callback=?'
,
function
(
data
)
{
var
ipx
=
data
.
geobytesremoteip
;
return
ipx
;
});
return
ipx
;
});
$
.
getJSON
(
"https://cors-anywhere.herokuapp.com/http://www.geoplugin.net/json.gp?ip="
+
ip
,
function
(
response
){
$
.
getJSON
(
"https://cors-anywhere.herokuapp.com/http://www.geoplugin.net/json.gp?ip="
+
ip
,
function
(
response
){
$
(
'#country_code'
).
val
(
response
.
geoplugin_countryCode
);
$
(
'#country_code'
).
val
(
response
.
geoplugin_countryCode
);
});
});
});
});
</script>
</script>
<div
class=
"col-md-12 form-group"
>
<div
class=
"col-md-12 form-group"
>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment