Remove unused quote script
This commit is contained in:
parent
60d03a8920
commit
3e617e93e4
2 changed files with 0 additions and 8 deletions
|
@ -1,7 +0,0 @@
|
|||
$(function() {
|
||||
return $.getJSON('./quotes.json', function(data) {
|
||||
var quote;
|
||||
quote = data[Math.floor(Math.random() * data.length)];
|
||||
return $('#quote').append("<h3>" + quote.title + "</h3><p>" + quote.description + "</p>");
|
||||
});
|
||||
});
|
File diff suppressed because one or more lines are too long
Loading…
Reference in a new issue