Changeset 1806290
- Timestamp:
- 01/20/2018 04:13:16 PM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
simple-syntax-highlighting/trunk/js/ssh-plugin.min.js
r1806247 r1806290 1 1 (function() { 2 2 tinymce.PluginManager.add('ssh_code_button', function( ed, url ) { 3 ed.addCommand('ssh_code ssss', function() {3 ed.addCommand('ssh_code', function() { 4 4 var selected_text = ed.selection.getContent(); 5 5 var return_text = ''; … … 11 11 title: 'Simple Syntax Highlighting', 12 12 icon: false, 13 cmd : 'ssh_code s'13 cmd : 'ssh_code' 14 14 }); 15 15 });
Note: See TracChangeset
for help on using the changeset viewer.