Changeset 48028 in spip-zone
- Timestamp:
- May 23, 2011, 1:52:21 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
_core_/plugins/porte_plume/javascript/jquery.markitup_pour_spip.js
r42755 r48028 664 664 if (e.which === 9) { // Tab key 665 665 if (shiftKey == true || ctrlKey == true || altKey == true) { 666 return false;666 return true; 667 667 } 668 668 markup(options.onTab);
Note: See TracChangeset
for help on using the changeset viewer.