mirror of
https://github.com/jakejarvis/jarv.is.git
synced 2025-07-22 14:51:17 -04:00
commit extra folders b/c CI deploy
This commit is contained in:
7
static/awesome/awesome.js
Normal file
7
static/awesome/awesome.js
Normal file
@@ -0,0 +1,7 @@
|
||||
jQuery(document).ready(function($) {
|
||||
$.get('synonyms.txt', function(data) {
|
||||
var synonyms = data.split("\n");
|
||||
var line = Math.floor(synonyms.length * Math.random());
|
||||
$('span#synonym').html(synonyms[line]);
|
||||
});
|
||||
});
|
Reference in New Issue
Block a user