Skip to content

Commit

Permalink
Changes according to comments on oppia#318
Browse files Browse the repository at this point in the history
  • Loading branch information
Joshua Lusk committed Feb 8, 2016
1 parent dad94ee commit d31f34c
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
4 changes: 0 additions & 4 deletions extensions/objects/templates/SanitizedUrlEditor.js
Original file line number Diff line number Diff line change
Expand Up @@ -42,10 +42,6 @@ oppia.directive('sanitizedUrlEditor', [
};
}, true);

$scope.getWarningText = function() {
return '';
};

$scope.alwaysEditable = true;

$scope.$watch('localValue.label', function(newValue) {
Expand Down
2 changes: 1 addition & 1 deletion extensions/rich_text_components/Link/Link.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ class Link(base.BaseRichTextComponent):
_customization_arg_specs = [{
'name': 'url',
'description': (
'The link URL. If no protocol specified, HTTPS will be used.'),
'If no protocol specified, HTTPS will be used.'),
'schema': {
'type': 'custom',
'obj_type': 'SanitizedUrl',
Expand Down

0 comments on commit d31f34c

Please sign in to comment.