# HG changeset patch # User Brian Neal # Date 1444093584 18000 # Node ID 8c3d52b7cbd1ca98b2704767ecd74bb3cb591934 # Parent d260aef91ad7562e42cd85e9bd301181d66cadc6 Remove the image button on the MarkItUp! editor. diff -r d260aef91ad7 -r 8c3d52b7cbd1 static/js/markitup/sets/markdown/set.js --- a/static/js/markitup/sets/markdown/set.js Thu Oct 01 20:18:48 2015 -0500 +++ b/static/js/markitup/sets/markdown/set.js Mon Oct 05 20:06:24 2015 -0500 @@ -28,7 +28,6 @@ return markItUp.line+'. '; }, multiline:true}, {separator:'---------------' }, - {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:'> ', multiline:true},