Don't activate chat on mobile

This commit is contained in:
Michael Vogel 2015-11-02 07:05:29 +01:00
parent 9ac7e18bdd
commit 3a7fdd6f6a
1 changed files with 3 additions and 0 deletions

View File

@ -53,6 +53,9 @@ function xmpp_converse(&$a,&$s) {
if ($_GET["mode"] == "minimal")
return;
if ($a->is_mobile || $a->is_tablet)
return;
$a->page['htmlhead'] .= '<link type="text/css" rel="stylesheet" media="screen" href="addon/xmpp/converse/css/converse.css" />'."\n";
$a->page['htmlhead'] .= '<script src="addon/xmpp/converse/builds/converse.min.js"></script>'."\n";