1
0
mirror of https://github.com/nextcloud/ocsms.git synced 2026-08-17 03:13:07 +00:00

Contact names are now get with peerlist

This commit is contained in:
Loic Blot
2014-10-05 08:54:44 +00:00
parent 4c9b653018
commit 71d6ed693b
3 changed files with 28 additions and 6 deletions
-1
View File
@@ -14,7 +14,6 @@ var selectedConversation = null;
var curPhoneNumber = null;
var lastMsgDate = 0;
// Source: http://www.sitepoint.com/url-parameters-jquery/
$.urlParam = function(name){
var results = new RegExp('[\?&]' + name + '=([^&#]*)').exec(window.location.href);
if (results == null) {