Parcourir la source

Support double-indentation

pull/24/head
Ben Kurtovic il y a 12 ans
Parent
révision
2a77ec8d4f
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. +1
    -1
      static/js/potd.js

+ 1
- 1
static/js/potd.js Voir le fichier

@@ -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]);
}


Chargement…
Annuler
Enregistrer