Plugin Directory

Changeset 1750304


Ignore:
Timestamp:
10/21/2017 08:53:25 AM (8 years ago)
Author:
keksus
Message:

Corrected a typo in the file editor.js

File:
1 edited

Legend:

Unmodified
Added
Removed
  • q-shortcodes/trunk/js/editor.js

    r1750297 r1750304  
    117117                        }, // end icons block
    118118                        {
    119                             text: 'Toogle',
     119                            text: 'Toggle',
    120120                            onclick: function() {
    121                                 editor.insertContent('[q_toogle title="Toogle title text"] Sample toggle text [/q_toogle]');
     121                                editor.insertContent('[q_Toggle title="Toggle title text"] Sample toggle text [/q_Toggle]');
    122122                            }
    123123                        }, // end tabs block
Note: See TracChangeset for help on using the changeset viewer.