Changeset fe05c6 in indico
- Timestamp:
- 03/01/12 17:53:06 (16 months ago)
- Branches:
- master, hello-world-walkthrough, ipv6, v0.98-series, v0.98.2, v0.98.3, v0.99, b8c30da8ebdbdcbd675a873997cc3e95f567de49, 36509dd327b5670bb394f5ec070c14653b4c9c19
- Children:
- b188c0
- Parents:
- 27ab3d
- git-author:
- Pedro Ferreira <jose.pedro.ferreira@…> (03/01/12 17:52:29)
- git-committer:
- Pedro Ferreira <jose.pedro.ferreira@…> (03/01/12 17:53:06)
- Location:
- indico/htdocs/js/indico
- Files:
-
- 2 edited
-
Core/Dragndrop.js (modified) (1 diff)
-
Timetable/Layout.js (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
indico/htdocs/js/indico/Core/Dragndrop.js
r558065 rfe05c6 21 21 22 22 _create: function() { 23 console.log(this.options.helper);24 23 var self = this; 25 24 var index = null; //original position of element. Used when dropping on copy mode. -
indico/htdocs/js/indico/Timetable/Layout.js
r06b76b rfe05c6 122 122 // Changes the column of a block 123 123 var reassign = function(block, col) { 124 console.log('reassign', block.id, col)125 124 block.assigned = col; 126 125 assigned[col] = block;
Note: See TracChangeset
for help on using the changeset viewer.
