From 52c817e16cc47312d4ea640f209e259f51d15602 Mon Sep 17 00:00:00 2001 From: Gabriel Dunne Date: Fri, 22 Mar 2013 23:54:06 -0700 Subject: [PATCH] Added some libs. --- pjscrape | 1 + public/css/style.css | 5 +++++ public/js/script.js | 2 +- routes/index.js | 1 - 4 files changed, 7 insertions(+), 2 deletions(-) create mode 160000 pjscrape diff --git a/pjscrape b/pjscrape new file mode 160000 index 0000000..19fd7c1 --- /dev/null +++ b/pjscrape @@ -0,0 +1 @@ +Subproject commit 19fd7c11cee38c588cc1d2a2b0002d5f67f58ea8 diff --git a/public/css/style.css b/public/css/style.css index 9fc7adf..12e70bb 100644 --- a/public/css/style.css +++ b/public/css/style.css @@ -15,6 +15,7 @@ a { color:#ff0; } ul.thumbs { + margin-top:35px; text-align:center; } ul.thumbs li { @@ -56,4 +57,8 @@ ul.thumbs li img { position:fixed; top:5px; right:5px; + color:#ddd; + background:#111; + border:1px solid #666; + padding:5px; } diff --git a/public/js/script.js b/public/js/script.js index 5627d5c..2fb9dab 100644 --- a/public/js/script.js +++ b/public/js/script.js @@ -22,8 +22,8 @@ $(document).ready(function() { }); $.getJSON('data/prelinger_extended-search.json', function(data) { - $('#filter').show(); extended_json = data; + $('#filter').show(); }); $('#scrim').click(function() { diff --git a/routes/index.js b/routes/index.js index fed6d85..b56c6e9 100644 --- a/routes/index.js +++ b/routes/index.js @@ -2,7 +2,6 @@ var fs = require("fs") , prelinger = require('../prelinger.json'); var LIMIT = false; - exports.index = function(req, res) { var count = 10; var clips = []; -- 2.34.1