Remove all ellipses

It's a problem for accessibility
This commit is contained in:
Bertrand Marron
2014-10-29 19:43:23 +01:00
committed by David Baumgold
parent ab87cd746d
commit c4a7d770cc
39 changed files with 53 additions and 53 deletions

View File

@@ -156,8 +156,8 @@ define(["jquery", "underscore", "gettext", "js/models/asset", "js/views/paging",
var error = gettext("File {filename} exceeds maximum size of {maxFileSizeInMBs} MB")
.replace("{filename}", filename)
.replace("{maxFileSizeInMBs}", self.maxFileSizeInMBs)
// disable second part of message for any falsy value,
// disable second part of message for any falsy value,
// which can be null or an empty string
if(self.maxFileSizeRedirectUrl) {
var instructions = gettext("Please follow the instructions here to upload a file elsewhere and link to it: {maxFileSizeRedirectUrl}")