Author: Maciej Fijalkowski <[email protected]>
Branch: 
Changeset: r139:1f2e5273f980
Date: 2011-07-08 15:39 +0200
http://bitbucket.org/pypy/jitviewer/changeset/1f2e5273f980/

Log:    minor fixes

diff --git a/_jitviewer/static/script.js b/_jitviewer/static/script.js
--- a/_jitviewer/static/script.js
+++ b/_jitviewer/static/script.js
@@ -19,6 +19,8 @@
             $('#callstack').append('<div><a href="/" onClick="show_loop(' + no 
+ ', \'' + elem[0] + '\'); return false">' + elem[1] + "</a></div>");
         }
         $(".asm").hide();
+        $('#asmtoggler').html("Show assembler");
+        $('#optoggler').html("Hide operations");
     });
 }
 
diff --git a/_jitviewer/static/style.css b/_jitviewer/static/style.css
--- a/_jitviewer/static/style.css
+++ b/_jitviewer/static/style.css
@@ -144,7 +144,7 @@
 .asm {
     white-space: pre;
     margin-left: 4em;
-    color: #bbb;
+    color: #666;
 }
 
 .inlined_call {
_______________________________________________
pypy-commit mailing list
[email protected]
http://mail.python.org/mailman/listinfo/pypy-commit

Reply via email to