Plugins Directory » Redmine Touch-Context-Menu
Author: | Stephan Wenzel | |
---|---|---|
Website: | https://github.com/HugoHasenbein/redmine_touch_context_menu | |
Code repository: | https://github.com/HugoHasenbein/redmine_touch_context_menu | |
Registered on: | 2018-07-13 (over 6 years ago) | |
Current version: | 1.0.1 | |
Compatible with: | Redmine 3.4.x, 3.3.x | |
User ratings: |
Enables the context menu on a mobile touch device. The JavsScript file provided here is a modified file of the orginal context_menu.js file providing the context menu.
Installation notes
Install¶
1. download / clone repository
git clone https://github.com/HugoHasenbein/redmine_touch_context_menu.git
2. go to your public/javascripts folder and save your original file
mv context_menu.js context_menu.js.org
3. move context_menu.js to your public/javascripts
'mv <your_download_folder>/redmine_touch_context_menu/context_menu.js /<redmine_root>/public/javascripts
no need to restart - you may have to force reload on your browser, though
Uninstall¶
1. go to your public/javascripts folder
rm context_menu.js
mv context_menu.js.org context_menu.js
Changelog
1.0.1 (2018-07-13)
Compatible with Redmine 3.4.x, 3.3.x.
1.0.1- Added ShortTouch to clear context menu selection on touching on empty pane