diff options
author | JoaK <joak@nospace.at> | 2016-06-15 17:53:49 +0200 |
---|---|---|
committer | JoaK <joak@nospace.at> | 2016-06-15 17:53:49 +0200 |
commit | c99a6e4a7e2a249f1b82a978518695ee485937bf (patch) | |
tree | 1e1f8721ee58815e07b5a3b1a17506a94fe39ce4 /static/script.js | |
parent | 377fc6518172afef29e3d7c41fc7c0d8147a04b7 (diff) |
juhhuuu versio 1.0 ready
Diffstat (limited to 'static/script.js')
-rw-r--r-- | static/script.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/static/script.js b/static/script.js index eba673e..00cde56 100644 --- a/static/script.js +++ b/static/script.js @@ -1,5 +1,5 @@ var options = { - valueNames: [ 'title', 'description' ] + valueNames: [ 'title', 'description', 'tags' ] }; var hackerList = new List('the-list', options); |