- Change login action prefix.
- Hide/Display buttons based on the selected items.
This commit is contained in:
@@ -79,7 +79,7 @@ mindplot.widget.LinkEditor = new Class({
|
||||
placeholder: 'http://www.example.com/',
|
||||
type:'url',
|
||||
required:true,
|
||||
autofocus:''
|
||||
autofocus:'autofocus'
|
||||
});
|
||||
if (model.getValue() != null)
|
||||
input.value = model.getValue();
|
||||
|
Reference in New Issue
Block a user