Remove all ellipses
It's a problem for accessibility
This commit is contained in:
committed by
David Baumgold
parent
ab87cd746d
commit
c4a7d770cc
@@ -8,7 +8,7 @@ window.SplitTestAuthorView = function (runtime, element) {
|
||||
runtime.notify('save', {
|
||||
state: 'start',
|
||||
element: element,
|
||||
message: gettext('Creating missing groups…')
|
||||
message: gettext('Creating missing groups')
|
||||
});
|
||||
$.post(runtime.handlerUrl(element, 'add_missing_groups')).done(function() {
|
||||
runtime.notify('save', {
|
||||
|
||||
@@ -340,7 +340,7 @@ browser and pasting the output. When that file changes, this one should be rege
|
||||
Add a clear and descriptive title to encourage participation.
|
||||
</span>
|
||||
</div>
|
||||
<div class="post-field js-post-body editor" name="body" data-placeholder="Enter your question or comment…"></div>
|
||||
<div class="post-field js-post-body editor" name="body" data-placeholder="Enter your question or comment"></div>
|
||||
<div class="post-options">
|
||||
<label class="post-option is-enabled">
|
||||
<input type="checkbox" name="follow" class="post-option-input js-follow" checked>
|
||||
|
||||
Reference in New Issue
Block a user