Skip to content
Snippets Groups Projects
Select Git revision
  • 8bea72ea03bf530d77f86b254f75623bd7823ec5
  • 2023 default
  • pages protected
  • 2022-matse
  • 2022
  • 2021
  • 2019
  • master
8 results

patch-00--add-fzj-reveal-subdir.patch

Blame
  • patch-00--add-fzj-reveal-subdir.patch 1.25 KiB
    --- .tmp1	2022-04-29 15:46:57.000000000 +0200
    +++ .tmp2	2022-04-29 15:59:25.000000000 +0200
    @@ -11,7 +11,7 @@
     <script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/2.0.3/jquery.min.js"></script>
     
     <!-- General and theme style sheets -->
    -<link rel="stylesheet" href="reveal.js/dist/reveal.css">
    +<link rel="stylesheet" href="fzj-reveal.js/reveal.js/dist/reveal.css">
     
     <!-- If the query includes 'print-pdf', include the PDF print sheet -->
     <script>
    @@ -14646,8 +14646,8 @@
         init_mathjax();
         </script>
         <!-- End of mathjax configuration --><!-- Reveal Theme -->
    -<link rel="stylesheet" href="reveal.js/dist/theme/simple.css" id="theme">
    -<link rel="stylesheet" href="custom.css" id="custom">
    +<link rel="stylesheet" href="fzj-reveal.js/reveal.js/dist/theme/simple.css" id="theme">
    +<link rel="stylesheet" href="fzj-reveal.js/custom.css" id="custom">
     
     </head>
     
    @@ -23349,9 +23349,9 @@
     
     
     
    -<script src="reveal.js/dist/reveal.js"></script>
    -<script src="fzj.js"></script>
    -<script src="reveal.js/plugin/zoom/zoom.js"></script>
    +<script src="fzj-reveal.js/reveal.js/dist/reveal.js"></script>
    +<script src="fzj-reveal.js/fzj.js"></script>
    +<script src="fzj-reveal.js/reveal.js/plugin/zoom/zoom.js"></script>
     <script>
       Reveal.initialize({
         controls: true,