mirror of
https://github.com/moodle/moodle.git
synced 2025-08-04 16:36:37 +02:00
Merge branch 'MDL-44992-master' of git://github.com/sammarshallou/moodle
This commit is contained in:
commit
354aca95f4
4 changed files with 4 additions and 4 deletions
|
@ -958,7 +958,7 @@ M.core_availability.EyeIcon = function(individual, shown) {
|
||||||
M.core_availability.form.update();
|
M.core_availability.form.update();
|
||||||
};
|
};
|
||||||
hideButton.on('click', click, this);
|
hideButton.on('click', click, this);
|
||||||
hideButton.on('keyup', click, this);
|
hideButton.on('key', click, 'up:enter', this);
|
||||||
};
|
};
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
File diff suppressed because one or more lines are too long
|
@ -958,7 +958,7 @@ M.core_availability.EyeIcon = function(individual, shown) {
|
||||||
M.core_availability.form.update();
|
M.core_availability.form.update();
|
||||||
};
|
};
|
||||||
hideButton.on('click', click, this);
|
hideButton.on('click', click, this);
|
||||||
hideButton.on('keyup', click, this);
|
hideButton.on('key', click, 'up:enter', this);
|
||||||
};
|
};
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
2
availability/yui/src/form/js/form.js
vendored
2
availability/yui/src/form/js/form.js
vendored
|
@ -956,7 +956,7 @@ M.core_availability.EyeIcon = function(individual, shown) {
|
||||||
M.core_availability.form.update();
|
M.core_availability.form.update();
|
||||||
};
|
};
|
||||||
hideButton.on('click', click, this);
|
hideButton.on('click', click, this);
|
||||||
hideButton.on('keyup', click, this);
|
hideButton.on('key', click, 'up:enter', this);
|
||||||
};
|
};
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue