File impressjs-patch-demo-url.patch of Package impressjs
From 7d8e52d2dc66f6cb8196e999dbc637e0eca52db8 Mon Sep 17 00:00:00 2001
From: Ralph Bean <rbean@redhat.com>
Date: Fri, 12 Apr 2013 15:43:24 -0400
Subject: [PATCH] Patch demo url.
---
index.html | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/index.html b/index.html
index 467813c..ac60e4b 100644
--- a/index.html
+++ b/index.html
@@ -360,7 +360,7 @@ if ("ontouchstart" in document.documentElement) {
Of course you can wrap it in any kind of "DOM ready" event, but I was too lazy to do so ;)
-->
-<script src="js/impress.js"></script>
+<script src="file:///usr/share/impressjs/impress.js"></script>
<script>impress().init();</script>
<!--
--
1.8.1.4