From fe8111e4f3c56bf56ee620506cac2453818c4e0e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=8E=8B=E9=82=88?= Date: Mon, 2 Mar 2020 21:32:01 +0800 Subject: [PATCH] bug fix: rolling --- static/js/status.es6 | 2 +- status.html | 38 ++++++++++++++++++++++++++------------ 2 files changed, 27 insertions(+), 13 deletions(-) diff --git a/static/js/status.es6 b/static/js/status.es6 index d39fb17..c8cc138 100644 --- a/static/js/status.es6 +++ b/static/js/status.es6 @@ -38,7 +38,7 @@ $(document).ready(() => { var $objs = $('tr:not(:hover):not(:active) > td[class*="rolling-"] > div'); $objs.each(function(){ var $this = $(this); - var index = $this.children('div[data-tuna-roll-seq="'+step+'"]').index(); + var index = $this.children('div[data-tuna-roll-seq~="'+step+'"]').index(); if(index == -1){ return; } diff --git a/status.html b/status.html index f96075e..967dd7d 100644 --- a/status.html +++ b/status.html @@ -60,25 +60,39 @@ permalink: /status/ ​
-
Last Successful Sync
-