Skip to content

Commit

Permalink
Merge pull request #87 from jaedb/master
Browse files Browse the repository at this point in the history
Re-instating hide/show of document field when inserting link
  • Loading branch information
dhensby authored Jul 31, 2016
2 parents f46089d + 284cdba commit ae38ac2
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 ae38ac2

Please sign in to comment.