Merge branch 'master' into develop
This commit is contained in:
commit
7533abbf03
|
@ -1,6 +1,7 @@
|
||||||
$(document).ready(function () {
|
$(document).ready(function () {
|
||||||
var url = 'https://our.status.im/ghost/api/v0.1/posts/?limit=3&formats=plaintext&client_id=ghost-frontend&client_secret=2b055fcd57ba';
|
let url = 'https://our.status.im/ghost/api/v0.1/posts/?limit=3&formats=plaintext&client_id=ghost-frontend&client_secret=2b055fcd57ba';
|
||||||
var urlBase = [location.protocol, '//', location.host, location.pathname].join('');
|
var urlBase = [location.protocol, '//', location.host, location.pathname].join('');
|
||||||
|
|
||||||
$.ajax({
|
$.ajax({
|
||||||
type: "get",
|
type: "get",
|
||||||
url: url,
|
url: url,
|
||||||
|
|
Loading…
Reference in New Issue