Skip to content

Commit

Permalink
MDL-57299 Atto: Theme boost fix for manage files.
Browse files Browse the repository at this point in the history
Theme boost removed a selector that was being used
to remove used files and so the page wasn't loading
properly.
  • Loading branch information
abgreeve authored and danpoltawski committed Dec 12, 2016
1 parent b82ddcb commit 4a50811
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
Expand Up @@ -49,7 +49,7 @@ var CSS = {
* @type {Object}
*/
var SELECTORS = {
FILEANCESTOR: '.fitem_fcheckbox',
FILEANCESTOR: '.fitem',
FORM: '#atto_managefiles_manageform',
MISSINGFILES: '.missing-files'
};
Expand Down

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Expand Up @@ -49,7 +49,7 @@ var CSS = {
* @type {Object}
*/
var SELECTORS = {
FILEANCESTOR: '.fitem_fcheckbox',
FILEANCESTOR: '.fitem',
FORM: '#atto_managefiles_manageform',
MISSINGFILES: '.missing-files'
};
Expand Down
Expand Up @@ -47,7 +47,7 @@ var CSS = {
* @type {Object}
*/
var SELECTORS = {
FILEANCESTOR: '.fitem_fcheckbox',
FILEANCESTOR: '.fitem',
FORM: '#atto_managefiles_manageform',
MISSINGFILES: '.missing-files'
};
Expand Down

0 comments on commit 4a50811

Please sign in to comment.