Browse Source

quick fix of DMs openning

readme-update
Simon Grim 9 years ago
parent
commit
ac4bb8718b
  1. 2
      js/mobile_abstract.js

2
js/mobile_abstract.js

@ -349,6 +349,8 @@ var MAL = function() @@ -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…
Cancel
Save