Rename airtime_mvc/ to legacy/
This commit is contained in:
parent
f0879322c2
commit
3e18d42c8b
1316 changed files with 0 additions and 0 deletions
23
legacy/public/js/contextmenu/AIRTIME_DEV_README
Normal file
23
legacy/public/js/contextmenu/AIRTIME_DEV_README
Normal file
|
@ -0,0 +1,23 @@
|
|||
Before you overwrite jquery.contextMenu.js, note that we have changed a few lines
|
||||
in this file.
|
||||
|
||||
denise@denise-DX4860:~/airtime/airtime_mvc/public/js/contextmenu$ diff -u jquery.contextMenu_orig.js jquery.contextMenu.js
|
||||
--- jquery.contextMenu_orig.js 2012-04-20 10:15:59.943215571 -0400
|
||||
+++ jquery.contextMenu.js 2012-04-20 10:00:18.911178927 -0400
|
||||
@@ -306,6 +306,15 @@
|
||||
e.stopImmediatePropagation();
|
||||
$this.remove();
|
||||
root.$menu.trigger('contextmenu:hide');
|
||||
+ /* (Airtime) added this to allow user to exit out of menu.
|
||||
+ * if ignoreThisClick remains false, every right click
|
||||
+ * thereafter continues to show the menu
|
||||
+ */
|
||||
+ if (ignoreRightClick) {
|
||||
+ if (e.button == 2) {
|
||||
+ ignoreThisClick = true;
|
||||
+ }
|
||||
+ }
|
||||
},
|
||||
// key handled :hover
|
||||
keyStop: function(e, opt) {
|
||||
|
1458
legacy/public/js/contextmenu/jquery.contextMenu.js
Normal file
1458
legacy/public/js/contextmenu/jquery.contextMenu.js
Normal file
File diff suppressed because it is too large
Load diff
Loading…
Add table
Add a link
Reference in a new issue