Skip to content

Commit 111111c

Browse files
committed
cleanup
1 parent 1529a95 commit 111111c

File tree

9 files changed

+4
-1159151
lines changed

9 files changed

+4
-1159151
lines changed

allstates.json

-386,353
This file was deleted.

data/allstates/allstates.json

-386,353
This file was deleted.

index.html

-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@
1717
<div id= "hdr" class="jumbotron">
1818
<div class="container-fluid">
1919
<h1>1,033 random items distributed through the Pentagon's 1033 program.</h1>
20-
<small>(There are a lot of things, like 193,176 of them, so it might take a while to load. They are totally loading though.)</small><br><br>
2120
<small>Data from <a href="http://www.dispositionservices.dla.mil/EFOIA-Privacy/Pages/ereadingroom.aspx#1033">Defense Logistics Agency, DoD</a>. 2014 | A <a href="http://deeplab.net">Deep Lab</a> project.</small><hr>
2221
</div>
2322
</div>

src/script.js

+4-4
Original file line numberDiff line numberDiff line change
@@ -19,10 +19,10 @@ $(document).ready(function(){
1919
var the1033 = get1033(data, 1033);
2020

2121
for (var i = 0; i < the1033.length; i++) {
22-
var google = "https://ajax.googleapis.com/ajax/services/search/images?v=1.0&q=" + the1033[i].item_name_edited+'&imgsz=large';
23-
$.getJSON(google, function(image){
24-
console.log(image);
25-
})
22+
// var google = "https://ajax.googleapis.com/ajax/services/search/images?v=1.0&q=" + the1033[i].item_name_edited+'&imgsz=large';
23+
// $.getJSON(google, function(image){
24+
// console.log(image);
25+
// })
2626
//make a div
2727

2828
var thisDiv = document.createElement('div');

text.html

-26
This file was deleted.

0 commit comments

Comments
 (0)