Skip to content

Commit

Permalink
Re-instating hide/show of document field when inserting link
Browse files Browse the repository at this point in the history
  • Loading branch information
jaedb committed Jul 31, 2016
1 parent f46089d commit 284cdba
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions javascript/DocumentHtmlEditorFieldToolbar.js
100644 → 100755
Original file line number Diff line number Diff line change
Expand Up @@ -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);

Expand All @@ -26,7 +26,7 @@
onadd: function(e){
this.change();
}
});*/
});

$('form.htmleditorfield-linkform').entwine({
insertLink: function() {
Expand Down

0 comments on commit 284cdba

Please sign in to comment.