1
0
mirror of https://github.com/k4m4/movies-for-hackers.git synced 2024-11-23 22:44:57 +00:00

Change README file name to lowercase

Change README file name to lowercase

Change README file name to lowercase
This commit is contained in:
k4m4 2019-01-12 16:00:07 +02:00
parent 9a7edfbeca
commit fba6f068e3
3 changed files with 3 additions and 3 deletions

2
dist/js/app.js vendored
View File

@ -79,7 +79,7 @@ objectifyMarkdownNotWomen.heading = function(e, t) {
heading: lastHeading, heading: lastHeading,
movies: movies movies: movies
}), movies = [{}] }), movies = [{}]
}, client.open("GET", window.location.href + "README.md"), client.onreadystatechange = function(e) { }, client.open("GET", window.location.href + "readme.md"), client.onreadystatechange = function(e) {
document.getElementById("root").innerHTML = "", moviesCollection = [], movies = [{}], marked(client.responseText, { document.getElementById("root").innerHTML = "", moviesCollection = [], movies = [{}], marked(client.responseText, {
renderer: objectifyMarkdownNotWomen renderer: objectifyMarkdownNotWomen
}, function() { }, function() {

View File

@ -97,7 +97,7 @@ objectifyMarkdownNotWomen.table = function(header, body) {
}; };
// Ajax the markdown file with all movie data // 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) { client.onreadystatechange = function(e) {
// Wipe movies, collections and content as this'll run a bunch of times // Wipe movies, collections and content as this'll run a bunch of times
document.getElementById('root').innerHTML = ''; document.getElementById('root').innerHTML = '';