mirror of
https://github.com/twisterarmy/twister-html.git
synced 2025-01-14 17:07:53 +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) {
|
this.showDMchat = function(req) {
|
||||||
|
if (typeof req !== 'object')
|
||||||
|
req = {};
|
||||||
if (req.alias) {
|
if (req.alias) {
|
||||||
if ($.hasOwnProperty('mobile')) {
|
if ($.hasOwnProperty('mobile')) {
|
||||||
$.mobile.navigate(this.dmchatUrl(req.alias));
|
$.mobile.navigate(this.dmchatUrl(req.alias));
|
||||||
|
Loading…
Reference in New Issue
Block a user