Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Changed a script include in the plugin demo files that was pointing to a missing galleria.js file, and not the one of the current version #204

Closed
wants to merge 3 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/plugins/flickr/flickr-demo.html
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<script src="http://ajax.googleapis.com/ajax/libs/jquery/1/jquery.js"></script> <script src="http://ajax.googleapis.com/ajax/libs/jquery/1/jquery.js"></script>


<!-- load Galleria --> <!-- load Galleria -->
<script src="../../galleria.js"></script> <script src="../../galleria-1.2.5.js"></script>


<!-- load flickr plugin --> <!-- load flickr plugin -->
<script src="galleria.flickr.js"></script> <script src="galleria.flickr.js"></script>
Expand Down
2 changes: 1 addition & 1 deletion src/plugins/history/history-demo.html
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<script src="http://ajax.googleapis.com/ajax/libs/jquery/1/jquery.js"></script> <script src="http://ajax.googleapis.com/ajax/libs/jquery/1/jquery.js"></script>


<!-- load Galleria --> <!-- load Galleria -->
<script src="../../galleria.js"></script> <script src="../../galleria-1.2.5.js"></script>


<!-- load the History plugin, no need for further scripting --> <!-- load the History plugin, no need for further scripting -->
<script src="../../plugins/history/galleria.history.js"></script> <script src="../../plugins/history/galleria.history.js"></script>
Expand Down
2 changes: 1 addition & 1 deletion src/plugins/picasa/picasa-demo.html
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<script src="http://ajax.googleapis.com/ajax/libs/jquery/1/jquery.js"></script> <script src="http://ajax.googleapis.com/ajax/libs/jquery/1/jquery.js"></script>


<!-- load Galleria --> <!-- load Galleria -->
<script src="../../galleria.js"></script> <script src="../../galleria-1.2.5.js"></script>


<!-- load picasa plugin --> <!-- load picasa plugin -->
<script src="galleria.picasa.js"></script> <script src="galleria.picasa.js"></script>
Expand Down