projects
/
libreplanet-static.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
893d233
)
updated server/2015/home_js.html: add jQuery magic to switch ON carousel.
author
rsiddharth
<rsd@gnu.org>
Thu, 30 Oct 2014 12:33:43 +0000
(08:33 -0400)
committer
rsiddharth
<rsd@gnu.org>
Thu, 30 Oct 2014 12:33:43 +0000
(08:33 -0400)
server/2015/home_js.html
patch
|
blob
|
blame
|
history
diff --git
a/server/2015/home_js.html
b/server/2015/home_js.html
index 76a8cf2409179fc2816660d71bd89ae3c34b36b5..aa95ab0b78a87b60a7677d071bf40f38effacea9 100644
(file)
--- a/
server/2015/home_js.html
+++ b/
server/2015/home_js.html
@@
-4,3
+4,11
@@
src="/2015/assets/js/bootstrap-3.2.0.min.js"></script>
<script type="text/javascript"
src="/2015/assets/js/piwik.js"></script>
+
+<script>
+ $(document).ready(function() {
+ $('.carousel').carousel({ interval:6000 });
+ $('.glyphicon-chevron-left').css('display','inline-block');
+ $('.glyphicon-chevron-right').css('display','inline-block');
+ });
+</script>