Explorar el Código

Support double-indentation

pull/24/head
Ben Kurtovic hace 12 años
padre
commit
2a77ec8d4f
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. +1
    -1
      static/js/potd.js

+ 1
- 1
static/js/potd.js Ver fichero

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


Cargando…
Cancelar
Guardar