diff options
author | JoaK <joak@nospace.at> | 2016-06-15 02:55:01 +0200 |
---|---|---|
committer | JoaK <joak@nospace.at> | 2016-06-15 02:55:01 +0200 |
commit | 88207be5cb6e6914949810467c0548f5981fc1c4 (patch) | |
tree | 60fea5da056e66bff40aecb078f99dde18bb7db1 /static | |
parent | e6b1a6b6959240cdd85732fb1e5095e53728e5fe (diff) |
and moreeeee
Diffstat (limited to 'static')
-rw-r--r-- | static/script.js | 5 |
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); |