Changeset 27149 for extensions/rightClick/template
- Timestamp:
- Feb 3, 2014, 4:00:18 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
extensions/rightClick/template/rightClick_protect.tpl
r20062 r27149 4 4 jQuery(document).on('contextmenu', '{','|@implode:$RIGHTCK.Selectors}', function() {ldelim} 5 5 return false; 6 }); 6 }); 7 8 jQuery(document).on('dragstart', '{','|@implode:$RIGHTCK.Selectors}', function() {ldelim} 9 return false; 10 }); 7 11 }); 8 12 {/footer_script}
Note: See TracChangeset
for help on using the changeset viewer.