From 96daa58bc37681cc00a05036683bb84af46dad11 Mon Sep 17 00:00:00 2001 From: Normann Lou Date: Fri, 21 Sep 2012 13:05:41 +1200 Subject: [PATCH] MINOR: after all changes made, the 'download a document' option don't need special js code, all the generic behaviours should should be enough. --- javascript/DocumentHtmlEditorFieldToolbar.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/javascript/DocumentHtmlEditorFieldToolbar.js b/javascript/DocumentHtmlEditorFieldToolbar.js index 3981f79..e2c68b4 100644 --- a/javascript/DocumentHtmlEditorFieldToolbar.js +++ b/javascript/DocumentHtmlEditorFieldToolbar.js @@ -3,7 +3,7 @@ $.entwine('ss', function($) { - $('form.htmleditorfield-linkform input[name=LinkType]').entwine({ + /*$('form.htmleditorfield-linkform input[name=LinkType]').entwine({ onchange: function(e) { this._super(e); @@ -26,7 +26,7 @@ onadd: function(e){ this.change(); } - }); + });*/ $('form.htmleditorfield-linkform').entwine({ insertLink: function() {