Changeset fe05c6 in indico


Ignore:
Timestamp:
03/01/12 17:53:06 (16 months ago)
Author:
Pedro Ferreira <jose.pedro.ferreira@…>
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)
Message:

[FIX] 'console' JS calls

Location:
indico/htdocs/js/indico
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • indico/htdocs/js/indico/Core/Dragndrop.js

    r558065 rfe05c6  
    2121 
    2222    _create: function() { 
    23         console.log(this.options.helper); 
    2423        var self = this; 
    2524        var index = null; //original position of element. Used when dropping on copy mode. 
  • indico/htdocs/js/indico/Timetable/Layout.js

    r06b76b rfe05c6  
    122122             // Changes the column of a block 
    123123             var reassign = function(block, col) { 
    124                  console.log('reassign', block.id, col) 
    125124                 block.assigned = col; 
    126125                 assigned[col] = block; 
Note: See TracChangeset for help on using the changeset viewer.