1
0
Fork 0
mirror of https://github.com/Oreolek/ifhub.club.git synced 2024-07-01 05:55:02 +03:00

fix editor

This commit is contained in:
Denis Shakhov 2011-04-04 12:03:16 +00:00
parent 4c21b0c76a
commit 8754c5131a

View file

@ -36,7 +36,7 @@ mySettings = {
{name:'Ссылка', className:'editor-link', key:'L', openWith:'<a href="[![Link:!:http://]!]"(!( title="[![Title]!]")!)>', closeWith:'</a>', placeHolder:'Your text to link...' },
{separator:'---------------' },
{name:'Очистить от тегов', className:'editor-clean', replaceWith: function(markitup) { return markitup.selection.replace(/<(.*?)>/g, "") } },
{name:'Предпросмотр', className:'editor-preview', call:'preview'},
{name:'Вставить разделитель <cut>', className:'editor-cut', openWith:'<cut>', className:'cut'}
{name:'Вставить разделитель <cut>', className:'editor-cut', openWith:'<cut>'},
{name:'Предпросмотр', className:'editor-preview', call:'preview'}
]
}