replace localhost with real server url

master
Vyacheslav Boyko 2018-12-29 11:55:43 +03:00
parent 71cb442b1d
commit 99e68ed741
1 changed files with 1 additions and 1 deletions

View File

@ -191,7 +191,7 @@ d8W1OZtjDjoVj0X2shvBtc/kVDGI176rothpYJU0WA==
var readMyKeyset = function(callback) {
_keyset = [];
$.get('http://127.0.0.1:8080/people/'+_username+'/profile', function(data) {
$.get('https://linux.org.ru/people/'+_username+'/profile', function(data) {
var regexpKeysetMy = /\[PUBLICKEY\]([\s\S]+)\[\/PUBLICKEY\]/mi;
var regexpKeyset = /\[USERKEYS\]([\s\S]+)\[\/USERKEYS\]/mgi;
var regexpKey = /\[USERKEY user=(\w+)\]([\s\S]+)\[\/USERKEY\]/mi;