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
This commit is contained in:
parent
6fab55d851
commit
5cb3ebc98f
2
dist/js/app.js
vendored
2
dist/js/app.js
vendored
@ -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() {
|
||||||
|
Loading…
Reference in New Issue
Block a user