diff --git a/javascript/DocumentHtmlEditorFieldToolbar.js b/javascript/DocumentHtmlEditorFieldToolbar.js
old mode 100644
new mode 100755
index 495ffee4..efbd4853
--- 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() {