Project

General

Profile

Patch #40939 » patch.diff

Yasu Saku, 2024-07-06 14:03

View differences:

app/assets/javascripts/jstoolbar/common_mark.js
26 26
  }
27 27
}
28 28

  
29
// ins
30
jsToolBar.prototype.elements.ins = {
31
  type: 'button',
32
  title: 'Underline',
33
  shortcut: 'u',
34
  fn: {
35
    wiki: function() { this.singleTag('<ins>', '</ins>') }
36
  }
37
}
38

  
29 39
// del
30 40
jsToolBar.prototype.elements.del = {
31 41
  type: 'button',
(1-1/4)