fix url title to support ALL the charsets
This commit is contained in:
parent
16b630a707
commit
707e8eacbb
@ -10,10 +10,9 @@ var accessDenied = false;
|
||||
// Custom Html Title
|
||||
var title = getQueryVariable("title");
|
||||
if(!title === false){
|
||||
document.title = title;
|
||||
document.title = decodeURIComponent(title);
|
||||
}
|
||||
|
||||
|
||||
var url = document.URL.substr(0, document.URL.lastIndexOf('/'));
|
||||
var signaling_socket = null;
|
||||
var urlSplit = url.split("/");
|
||||
|
Loading…
Reference in New Issue
Block a user