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:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user