mirror of
https://github.com/moodle/moodle.git
synced 2025-08-05 08:56:36 +02:00
Merge branch 'MDL-72013-master-int' of git://github.com/andrewnicols/moodle
This commit is contained in:
commit
6863a92722
141 changed files with 504 additions and 303 deletions
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
|
@ -97,6 +97,8 @@ define([
|
|||
/**
|
||||
* This will add a visual indicator to the calendar UI to
|
||||
* indicate which nav link is a valid drop zone.
|
||||
*
|
||||
* @param {Event} e
|
||||
*/
|
||||
var dragstartHandler = function(e) {
|
||||
// Make sure the drag event is for a calendar event.
|
||||
|
|
|
@ -137,9 +137,9 @@ define([
|
|||
* The current drag target and the 2 days following it (including
|
||||
* wrapping to the next week if necessary).
|
||||
*
|
||||
* @param {string|object} target The drag target element
|
||||
* @param {string|object} dropZone The drag target element
|
||||
* @param {bool} hovered If the target is hovered or not
|
||||
* @param {int} count How many days to highlight (default to duration)
|
||||
* @param {Number} count How many days to highlight (default to duration)
|
||||
*/
|
||||
var updateHoverState = function(dropZone, hovered, count) {
|
||||
if (typeof count === 'undefined') {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue