1
0
mirror of https://github.com/nextcloud/ocsms.git synced 2026-08-19 12:22:54 +00:00

First step for debugging non spaces with spaces numbers

This commit is contained in:
Loic Blot
2014-10-23 05:55:16 +00:00
parent c256ca5132
commit 1e21406f76
2 changed files with 3 additions and 0 deletions
+1
View File
@@ -199,6 +199,7 @@ function fetchInitialPeerList(jsondata) {
$.each(jsondata['phonelist'], function(id, val) {
var fn, peerLabel, idxVal;
idxVal = id.replace(/\//g,' ');
idxVal2 = idxVal.replace('/ /g','');
if (typeof jsondata['contacts'][id] == 'undefined') {
fn = '';
peerLabel = id;