cmpatino HF Staff commited on
Commit
1c85b06
Β·
1 Parent(s): e0415a3

Update join button

Browse files
Files changed (1) hide show
  1. static/index.html +1 -1
static/index.html CHANGED
@@ -959,7 +959,7 @@ const lbStatus = document.getElementById('lbStatus');
959
  // ─────────────────────────────────────────────────────────────
960
  // PARSING (messages)
961
  // ─────────────────────────────────────────────────────────────
962
- const FILENAME_RE = /^(\d{8})-(\d{6})_(.+?)_(.+)\.md$/;
963
  const BPB_RE = /(\d\.\d{3,4})\s*BPB/gi;
964
  const BPB_MIN = 1.0;
965
  const BPB_MAX = 3.0;
 
959
  // ─────────────────────────────────────────────────────────────
960
  // PARSING (messages)
961
  // ─────────────────────────────────────────────────────────────
962
+ const FILENAME_RE = /^(\d{8})-(\d{6})_(.+?)(?:_(.+))?\.md$/;
963
  const BPB_RE = /(\d\.\d{3,4})\s*BPB/gi;
964
  const BPB_MIN = 1.0;
965
  const BPB_MAX = 3.0;