mirror of
https://github.com/vale981/Vulcan
synced 2025-03-06 10:01:40 -05:00
commenting out console.log
This commit is contained in:
parent
7c34d428e1
commit
4c4e83e84d
1 changed files with 5 additions and 0 deletions
|
@ -69,6 +69,11 @@ Template.post_item.rendered = function(){
|
|||
for(var i=1; i<=rank; i++){
|
||||
newPosition += $('.post-'+i).height();
|
||||
}
|
||||
// console.log('-------------------')
|
||||
// console.log('post: '+instance.data.headline)
|
||||
// console.log('rank: '+rank)
|
||||
// console.log('newPosition: '+newPosition)
|
||||
// console.log(instance)
|
||||
|
||||
// if element has a currentPosition (i.e. it's not the first ever render)
|
||||
if(previousPosition = instance.currentPosition){
|
||||
|
|
Loading…
Add table
Reference in a new issue