Merge branch 'MDL-48191-28' of git://github.com/jethac/moodle into MOODLE_28_STABLE

Conflicts:
	grade/report/grader/yui/build/moodle-gradereport_grader-gradereporttable/moodle-gradereport_grader-gradereporttable-min.js
This commit is contained in:
Sam Hemelryk
2014-11-26 08:59:13 +13:00
4 changed files with 5 additions and 5 deletions
@@ -395,7 +395,7 @@ FloatingHeaders.prototype = {
// Grab references to commonly used Nodes.
this.firstUserCell = Y.one(SELECTORS.USERCELL);
this.container = Y.one(SELECTORS.GRADEPARENT);
this.firstNonUserCell = Y.one(SELECTORS.USERMAIL).next();
this.firstNonUserCell = Y.one(SELECTORS.GRADECELL);
if (!this.firstUserCell) {
// No need for floating elements, there are no users.
File diff suppressed because one or more lines are too long
@@ -395,7 +395,7 @@ FloatingHeaders.prototype = {
// Grab references to commonly used Nodes.
this.firstUserCell = Y.one(SELECTORS.USERCELL);
this.container = Y.one(SELECTORS.GRADEPARENT);
this.firstNonUserCell = Y.one(SELECTORS.USERMAIL).next();
this.firstNonUserCell = Y.one(SELECTORS.GRADECELL);
if (!this.firstUserCell) {
// No need for floating elements, there are no users.
@@ -252,7 +252,7 @@ FloatingHeaders.prototype = {
// Grab references to commonly used Nodes.
this.firstUserCell = Y.one(SELECTORS.USERCELL);
this.container = Y.one(SELECTORS.GRADEPARENT);
this.firstNonUserCell = Y.one(SELECTORS.USERMAIL).next();
this.firstNonUserCell = Y.one(SELECTORS.GRADECELL);
if (!this.firstUserCell) {
// No need for floating elements, there are no users.