项目

常规

个人资料

插件目录 » Redmine 触摸上下文菜单

作者 Stephan Wenzel
网站 https://github.com/HugoHasenbein/redmine_touch_context_menu
代码仓库 https://github.com/HugoHasenbein/redmine_touch_context_menu
注册于 2018-07-13(大约6年前)
当前版本 1.0.1
兼容 Redmine 3.4.x, 3.3.x
用户评分   (0)

在移动触摸设备上启用 上下文菜单。这里提供的 JavaScript 文件是对原始 context_menu.js 文件的修改,提供了上下文菜单。

安装说明

安装

1. 下载 / 克隆仓库

git clone https://github.com/HugoHasenbein/redmine_touch_context_menu.git

2. 前往您的 public/javascripts 文件夹并保存您的原始文件

mv context_menu.js context_menu.js.org

3. 将 context_menu.js 移动到您的 public/javascripts

'mv <your_download_folder>/redmine_touch_context_menu/context_menu.js /<redmine_root>/public/javascripts

无需重启 - 您可能需要在浏览器上强制重新加载

卸载

1. 前往您的 public/javascripts 文件夹

rm context_menu.js
mv context_menu.js.org context_menu.js

变更日志

1.0.1 (2018-07-13)

兼容 Redmine 3.4.x, 3.3.x。

1.0.1
  • 添加 ShortTouch 以在触摸空白面板时清除上下文菜单选择