##// END OF EJS Templates
js: removed left over console.log statement.
marcink -
r527:b716baea default
parent child Browse files
Show More
@@ -223,7 +223,6 b' var formatSelect2SelectionRefs = functio'
223 223 // takes a given html element and scrolls it down offset pixels
224 224 function offsetScroll(element, offset){
225 225 setTimeout(function(){
226 console.log(element);
227 226 var location = element.offset().top;
228 227 // some browsers use body, some use html
229 228 $('html, body').animate({ scrollTop: (location - offset) });
General Comments 0
You need to be logged in to leave comments. Login now