lib/crazy_ivan/templates/index.html in crazy_ivan-1.2.3 vs lib/crazy_ivan/templates/index.html in crazy_ivan-1.2.4
- old
+ new
@@ -221,9 +221,18 @@
if (report.test.exit_status && report.test.exit_status != '0') {
$("#" + domId + '-' + version).addClass('error');
}
});
});
+
+ // Working here:
+
+ // location.href will look like this
+ // http://ci.shopify.com/#shopify-ree-187-802d405d56410b3159dac66644846468d2d83ef8
+
+ // Check it for which domId to make active and show, but only do this on the first full render
+
+ // Also: add a loading screen
}
// listen to clicking of test result links
$('#projects .project .tests a.test').live('click', function(e) {
$('.result:visible').hide();
\ No newline at end of file