Dotclear

Changeset 1047:83421375d918 for admin/js


Ignore:
Timestamp:
11/29/12 18:31:28 (11 years ago)
Author:
franck <carnet.franck.paul@…>
Branch:
default
Message:

No more h2 available in wiki block format, as blog title is h1 and post/page title is h2, the first level in post should be h3

File:
1 edited

Legend:

Unmodified
Added
Removed
  • admin/js/jsToolBar/jsToolBar.js

    r530 r1047  
    333333     }, 
    334334     wiki: { 
    335           list: ['nonebis','h2','h3','h4','h5'], 
     335          list: ['nonebis','h3','h4','h5'], 
    336336          fn: function(opt) { 
    337337               switch (opt) { 
    338338                    case 'nonebis': this.textarea.focus(); break; 
    339                     case 'h2': this.encloseSelection('!!!!'); break; 
    340339                    case 'h3': this.encloseSelection('!!!'); break; 
    341340                    case 'h4': this.encloseSelection('!!'); break; 
Note: See TracChangeset for help on using the changeset viewer.

Sites map