Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(984)

Unified Diff: build/android/pylib/results/presentation/template/main.html

Issue 2888723002: Make the table cells clickable, instead of the strings inside. (Closed)
Patch Set: address Yoland's comments Created 3 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: build/android/pylib/results/presentation/template/main.html
diff --git a/build/android/pylib/results/presentation/template/main.html b/build/android/pylib/results/presentation/template/main.html
index 5f970b41a0c16fc830540c8981c1efc04375fad5..7fac7c22a5112ec65c7362650f894e3301297643 100644
--- a/build/android/pylib/results/presentation/template/main.html
+++ b/build/android/pylib/results/presentation/template/main.html
@@ -63,5 +63,6 @@
}
);
setBrowserBackButtonLogic();
+ setTableCellsAsClickable();
</script>
</html>

Powered by Google App Engine
This is Rietveld 408576698