mirror of
https://github.com/Hopiu/jquery-mobile.git
synced 2026-03-16 22:10:25 +00:00
Merge remote-tracking branch 'upstream/master'
This commit is contained in:
commit
d55b225ae9
1 changed files with 1 additions and 1 deletions
|
|
@ -16,5 +16,5 @@
|
|||
$test_pages = array_merge($directories, glob("**/*-tests.html"));
|
||||
sort($test_pages);
|
||||
|
||||
echo json_encode( array('testPages' => $test_pages));
|
||||
echo '{ "testPages":["' . implode( '","', $test_pages ) . '"]}';
|
||||
?>
|
||||
Loading…
Reference in a new issue