summaryrefslogtreecommitdiff
path: root/static
diff options
context:
space:
mode:
authorJoaK <joak@nospace.at>2016-06-15 02:55:01 +0200
committerJoaK <joak@nospace.at>2016-06-15 02:55:01 +0200
commit88207be5cb6e6914949810467c0548f5981fc1c4 (patch)
tree60fea5da056e66bff40aecb078f99dde18bb7db1 /static
parente6b1a6b6959240cdd85732fb1e5095e53728e5fe (diff)
and moreeeee
Diffstat (limited to 'static')
-rw-r--r--static/script.js5
1 files changed, 5 insertions, 0 deletions
diff --git a/static/script.js b/static/script.js
new file mode 100644
index 0000000..eba673e
--- /dev/null
+++ b/static/script.js
@@ -0,0 +1,5 @@
+var options = {
+ valueNames: [ 'title', 'description' ]
+};
+
+var hackerList = new List('the-list', options);