summaryrefslogtreecommitdiffstats
path: root/WebContent
diff options
context:
space:
mode:
authorArtur Signell <artur.signell@itmill.com>2010-04-13 09:20:10 +0000
committerArtur Signell <artur.signell@itmill.com>2010-04-13 09:20:10 +0000
commita222b87024a8185df87f6ede3ccdc8c0f9fff063 (patch)
tree0f8f4793c1bb8cc3e5e4e5b37e1dcdbd2b956992 /WebContent
parente0185c1f7827c6ce2ae66f4d1e3984eb34389310 (diff)
downloadvaadin-framework-a222b87024a8185df87f6ede3ccdc8c0f9fff063.tar.gz
vaadin-framework-a222b87024a8185df87f6ede3ccdc8c0f9fff063.zip
Removed debugging
svn changeset:12498/svn branch:6.3
Diffstat (limited to 'WebContent')
-rw-r--r--WebContent/index.html2
1 files changed, 0 insertions, 2 deletions
diff --git a/WebContent/index.html b/WebContent/index.html
index bbd1512439..a24d72ee3f 100644
--- a/WebContent/index.html
+++ b/WebContent/index.html
@@ -519,9 +519,7 @@
$("#reasons .tab").each(function(i, li) {
li = $(li);
if(li.height() > height) {
- console.log(height);
height = li.outerHeight();
- console.log(height);
}
li.css({"position":"absolute"});
if(i>0){