diff options
author | Hakim El Hattab <hakim.elhattab@gmail.com> | 2012-08-07 01:27:22 -0400 |
---|---|---|
committer | Hakim El Hattab <hakim.elhattab@gmail.com> | 2012-08-07 01:27:22 -0400 |
commit | 82b4658faf6b8e8092aa6a3a2282b9ca01e715df (patch) | |
tree | 2286c8295736b2cbdd3ba33b562c0f350920ecbf /index.html | |
parent | aca177cdf80fc3d6572576027055bb0bd503e823 (diff) | |
download | perl-software-in-gnu-guix-82b4658faf6b8e8092aa6a3a2282b9ca01e715df.tar perl-software-in-gnu-guix-82b4658faf6b8e8092aa6a3a2282b9ca01e715df.tar.gz |
use minified version of js
Diffstat (limited to 'index.html')
-rw-r--r-- | index.html | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -326,7 +326,7 @@ function linkify( selector ) { scripts.push( 'lib/js/data-markdown.js' ); } - scripts.push( 'js/reveal.js' ); + scripts.push( 'js/reveal.min.js' ); // If we're runnning the notes server we need to include some additional JS // TODO Is there a better way to determine if we're running the notes server? |