diff options
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); |