SavedLinksListItemWidget.prototype.onInputChange = function ( value ) {
    value = value.trim();

    this.saveButton.setDisabled( !value );
};