mirror of
https://github.com/nextcloud/ocsms.git
synced 2026-08-19 04:13:01 +00:00
Version 1.0.3.
Fix: JS missing brace
This commit is contained in:
+1
-1
@@ -166,7 +166,7 @@ function changeSelectedConversation(item) {
|
||||
event.preventDefault();
|
||||
});
|
||||
|
||||
var pnParam = $.urlParam('phonenumber'));
|
||||
var pnParam = $.urlParam('phonenumber');
|
||||
if (pnParam != null) {
|
||||
var urlPhoneNumber = decodeURIComponent(pnParam);
|
||||
if (urlPhoneNumber != null) {
|
||||
|
||||
Reference in New Issue
Block a user