Ignore:
Timestamp:
Jan 12, 2014, 10:03:35 PM (10 years ago)
Author:
flop25
Message:

updated for 2.5 & 2.6

File:
1 edited

Legend:

Unmodified
Added
Removed
  • extensions/stripped-galleria/galleria/plugins/history/history-demo.html

    r12975 r26671  
    2121
    2222        <!-- load jQuery -->
    23         <script src="http://ajax.googleapis.com/ajax/libs/jquery/1/jquery.min.js"></script>
     23        <script src="http://ajax.googleapis.com/ajax/libs/jquery/1/jquery.js"></script>
    2424
    2525        <!-- load Galleria -->
    26         <script src="../../galleria-1.2.6.min.js"></script>
     26        <script src="../../galleria-1.3.3.min.js"></script>
    2727
    2828        <!-- load the History plugin, no need for further scripting -->
     
    3939        <div id="galleria">
    4040            <a href="http://upload.wikimedia.org/wikipedia/commons/thumb/3/34/Locomotives-Roundhouse2.jpg/800px-Locomotives-Roundhouse2.jpg">
    41                 <img title="Locomotives Roundhouse"
    42                      alt="Steam locomotives of the Chicago &amp; North Western Railway."
    43                      src="http://upload.wikimedia.org/wikipedia/commons/thumb/3/34/Locomotives-Roundhouse2.jpg/100px-Locomotives-Roundhouse2.jpg">
    44                 </a>
     41                <img title="Locomotives Roundhouse"
     42                     alt="Steam locomotives of the Chicago &amp; North Western Railway."
     43                     src="http://upload.wikimedia.org/wikipedia/commons/thumb/3/34/Locomotives-Roundhouse2.jpg/100px-Locomotives-Roundhouse2.jpg">
     44            </a>
    4545            <a href="http://upload.wikimedia.org/wikipedia/commons/thumb/3/36/Icebergs_in_the_High_Arctic_-_20050907.jpg/1000px-Icebergs_in_the_High_Arctic_-_20050907.jpg">
    4646                <img title="Icebergs in the High Arctic"
     
    9191
    9292    // Load the classic theme
    93         Galleria.loadTheme('../../themes/classic/galleria.classic.min.js');
     93    Galleria.loadTheme('../../themes/classic/galleria.classic.min.js');
    9494
    95         // Initialize Galleria
    96         $('#galleria').galleria();
     95    // Initialize Galleria
     96    Galleria.run('#galleria');
    9797
    9898    </script>
Note: See TracChangeset for help on using the changeset viewer.