[PE mobile] Fix Bug 47100
This commit is contained in:
parent
36f6d31774
commit
f75188b21d
|
@ -203,6 +203,10 @@ define([
|
||||||
}
|
}
|
||||||
|
|
||||||
$('#edit-link-edit').toggleClass('disabled', (_linkType==c_oHyperlinkType.WebLink) && _.isEmpty($('#edit-link-url input').val()));
|
$('#edit-link-edit').toggleClass('disabled', (_linkType==c_oHyperlinkType.WebLink) && _.isEmpty($('#edit-link-url input').val()));
|
||||||
|
$('#edit-link-url input[type=url]').single('input', _.bind(function (e) {
|
||||||
|
$('#edit-link-edit').toggleClass('disabled', _.isEmpty($(e.currentTarget).val()));
|
||||||
|
}, me));
|
||||||
|
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue