Przeglądaj źródła

Support double-indentation

pull/24/head
Ben Kurtovic 12 lat temu
rodzic
commit
2a77ec8d4f
1 zmienionych plików z 1 dodań i 1 usunięć
  1. +1
    -1
      static/js/potd.js

+ 1
- 1
static/js/potd.js Wyświetl plik

@@ -88,7 +88,7 @@ function parse_list_file_name(data) {
}

var filenames = [];
var regexp = /\*\s*\[\[:File:(.*?)\]\]/g;
var regexp = /\*\*?\s*\[\[:File:(.*?)\]\]/g;
while ((match = regexp.exec(content)) !== null) {
filenames.push(match[1]);
}


Ładowanie…
Anuluj
Zapisz