utility.js: simplify even/odd table row striping.

This commit is contained in:
evazion
2018-08-16 21:25:45 -05:00
parent eef8b9c323
commit ad056e69d5
6 changed files with 4 additions and 19 deletions

View File

@@ -2,10 +2,6 @@ import Cookie from './cookie'
import Utility from './utility'
$(function() {
// Table striping
$(".striped tbody tr:even").addClass("even");
$(".striped tbody tr:odd").addClass("odd");
// Account notices
$("#hide-sign-up-notice").click(function(e) {
$("#sign-up-notice").hide();