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:
+1
-1
@@ -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.
|
||||
|
||||
+2
-2
File diff suppressed because one or more lines are too long
+1
-1
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user