utility.js: simplify even/odd table row striping.
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user