From 2eadfdfc072da65c7e810c9454e7d6e8dbf0f453 Mon Sep 17 00:00:00 2001 From: Rick Frankel Date: Sat, 11 Jan 2014 18:21:25 -0500 Subject: [PATCH] Update reference to jquery for latest deck.js * contrib/lisp/ox-deck.el (org-deck--get-packages): update jquery reference --- contrib/lisp/ox-deck.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contrib/lisp/ox-deck.el b/contrib/lisp/ox-deck.el index 60a2cbe74..a60ff65d9 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")) -- 2.11.4.GIT