Browse Source

Update phone.js

FusionPBX 9 months ago
parent
commit
ba380b8eab
1 changed files with 1 additions and 1 deletions
  1. 1 1
      resources/phone.js

+ 1 - 1
resources/phone.js

@@ -1,4 +1,4 @@
-=
+
 function sanitize_string(str) {
 	let temp = document.createElement('div');
 	temp.textContent = str;