mirror of
https://github.com/k4m4/movies-for-hackers.git
synced 2024-11-23 14:34:55 +00:00
Change README file name to lowercase
This commit is contained in:
parent
9a7edfbeca
commit
6fab55d851
@ -97,7 +97,7 @@ objectifyMarkdownNotWomen.table = function(header, body) {
|
||||
};
|
||||
|
||||
// Ajax the markdown file with all movie data
|
||||
client.open('GET', window.location.href + 'README.md');
|
||||
client.open('GET', window.location.href + 'readme.md');
|
||||
client.onreadystatechange = function(e) {
|
||||
// Wipe movies, collections and content as this'll run a bunch of times
|
||||
document.getElementById('root').innerHTML = '';
|
||||
|
Loading…
Reference in New Issue
Block a user