Remove all ellipses
It's a problem for accessibility
This commit is contained in:
committed by
David Baumgold
parent
ab87cd746d
commit
c4a7d770cc
@@ -60,7 +60,7 @@ define(["js/views/baseview", "underscore", "jquery", "js/views/edit_chapter", "j
|
||||
this.setValues();
|
||||
if(!this.model.isValid()) { return; }
|
||||
var saving = new NotificationView.Mini({
|
||||
title: gettext("Saving") + "…"
|
||||
title: gettext("Saving")
|
||||
}).show();
|
||||
var that = this;
|
||||
this.model.save({}, {
|
||||
|
||||
Reference in New Issue
Block a user