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