summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRick Frankel <rick@rickster.com>2014-01-11 18:21:25 -0500
committerRick Frankel <rick@rickster.com>2014-01-11 18:21:25 -0500
commit2eadfdfc072da65c7e810c9454e7d6e8dbf0f453 (patch)
tree174570e901837e38d0c584536fb542686d3a8ea5
parentcad81696b8bd212b61e1760fec850761b0449221 (diff)
downloadorg-mode-2eadfdfc072da65c7e810c9454e7d6e8dbf0f453.tar.gz
Update reference to jquery for latest deck.js
* contrib/lisp/ox-deck.el (org-deck--get-packages): update jquery reference
-rw-r--r--contrib/lisp/ox-deck.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/lisp/ox-deck.el b/contrib/lisp/ox-deck.el
index 60a2cbe..a60ff65 100644
--- a/contrib/lisp/ox-deck.el
+++ b/contrib/lisp/ox-deck.el
@@ -319,7 +319,7 @@ and have the id \"title-slide\"."
(include (plist-get info :deck-include-extensions))
(exclude (plist-get info :deck-exclude-extensions))
(scripts '()) (sheets '()) (snippets '()))
- (add-to-list 'scripts (concat prefix "jquery-1.7.2.min.js"))
+ (add-to-list 'scripts (concat prefix "jquery.min.js"))
(add-to-list 'scripts (concat prefix "core/deck.core.js"))
(add-to-list 'scripts (concat prefix "modernizr.custom.js"))
(add-to-list 'sheets (concat prefix "core/deck.core.css"))