为什么手机菜单不起作用?

时间:2016-08-01 18:19:14

标签: mobile

背景

我的网站上有一个移动汉堡包式菜单,但是没有用。菜单按钮正确显示,但单击/触摸时没有任何反应。

代码

后端PHP:

#!/bin/bash

doit() {
   echo Processing $1
   cd $(dirname $(realpath "$1"));
   WINEPREFIX=$HOME/slot$2 wineconsole --backend=user msvar.exe
}
export -f doit

find /home/msvartest -name INTFILE -type f | parallel doit {} {%}

最终HTML:

$output = preg_replace('/.png/', '$1','Hi, this is the sample.png');
print_r($output);exit;

有人可以建议可能出现的问题吗?

0 个答案:

没有答案