# HG changeset patch # User Brian Neal # Date 1295126940 0 # Node ID d502a997360e90db901c3a13af3f376a4b03ecbe # Parent 0231aad9e2116609b79b5aa6a2d54ccb79ab2634 Fixing #110; Removed the prompts for alt text & titles from img and link buttons in the markitup editor. This was confusing users. diff -r 0231aad9e211 -r d502a997360e media/js/markitup/sets/markdown/set.js --- a/media/js/markitup/sets/markdown/set.js Sat Jan 15 21:11:50 2011 +0000 +++ b/media/js/markitup/sets/markdown/set.js Sat Jan 15 21:29:00 2011 +0000 @@ -26,8 +26,8 @@ return markItUp.line+'. '; }}, {separator:'---------------' }, - {name:'Picture', key:'P', replaceWith:'![[![Alternative text]!]]([![Url:!:http://]!] "[![Title]!]")'}, - {name:'Link', key:'L', openWith:'[', closeWith:']([![Url:!:http://]!] "[![Title]!]")', placeHolder:'Your text to link here...' }, + {name:'Picture', key:'P', replaceWith:'![image]([![Url:!:http://]!])'}, + {name:'Link', key:'L', openWith:'[', closeWith:']([![Url:!:http://]!])', placeHolder:'Your text to link here...' }, {separator:'---------------'}, {name:'Quotes', openWith:'> '}, {name:'Code Block / Code', openWith:'(!(\t|!|`)!)', closeWith:'(!(`)!)'},