MINOR: after all changes made, the 'download a document' option don't need special js code, all the generic behaviours should should be enough.

This commit is contained in:
Normann Lou 2012-09-21 13:05:41 +12:00
parent 1b17a478c9
commit 96daa58bc3

View File

@ -3,7 +3,7 @@
$.entwine('ss', function($) { $.entwine('ss', function($) {
$('form.htmleditorfield-linkform input[name=LinkType]').entwine({ /*$('form.htmleditorfield-linkform input[name=LinkType]').entwine({
onchange: function(e) { onchange: function(e) {
this._super(e); this._super(e);
@ -26,7 +26,7 @@
onadd: function(e){ onadd: function(e){
this.change(); this.change();
} }
}); });*/
$('form.htmleditorfield-linkform').entwine({ $('form.htmleditorfield-linkform').entwine({
insertLink: function() { insertLink: function() {