mirror of
https://github.com/twisterarmy/twister-html.git
synced 2025-01-14 00:48:05 +00:00
quick fix of DMs openning
This commit is contained in:
parent
8608a9d235
commit
ac4bb8718b
@ -349,6 +349,8 @@ var MAL = function()
|
||||
}
|
||||
|
||||
this.showDMchat = function(req) {
|
||||
if (typeof req !== 'object')
|
||||
req = {};
|
||||
if (req.alias) {
|
||||
if ($.hasOwnProperty('mobile')) {
|
||||
$.mobile.navigate(this.dmchatUrl(req.alias));
|
||||
|
Loading…
Reference in New Issue
Block a user