Skip to content
This repository has been archived by the owner on Nov 9, 2017. It is now read-only.

Commit

Permalink
Fixed this really old regression bug [#12]
Browse files Browse the repository at this point in the history
  • Loading branch information
cheeaun committed Nov 6, 2009
1 parent 86b8ef0 commit 940677a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Source/MooEditable/MooEditable.js
Expand Up @@ -1175,7 +1175,7 @@ MooEditable.Actions = new Hash({
} else {
var text = this.selection.getText();
var prompt = this.dialogs.createlink.prompt;
if (urlRegex.test(text)) prompt.el.getElement('.mooeditable-dialog-input').set('value', text);
if (urlRegex.test(text)) prompt.el.getElement('.dialog-input').set('value', text);
prompt.open();
}
}
Expand Down

0 comments on commit 940677a

Please sign in to comment.