Skip to content

Commit

Permalink
Version 6.9.2
Browse files Browse the repository at this point in the history
  • Loading branch information
luigifab committed Oct 10, 2022
1 parent 86084b5 commit ad88118
Show file tree
Hide file tree
Showing 11 changed files with 14 additions and 14 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ For more information, go to https://www.luigifab.fr/apijs (IPv6 is required, it'

This repository is a releases mirror. To install it, please read the documentation.

- Current version: 6.9.1 (08/08/2022)
- Current version: 6.9.2 (10/10/2022)
- Client compatibility: Firefox 36+, Chrome 32+, Opera 19+, Edge 16+, Safari 9+
- Translations: English (en), French (fr-FR/fr-CA), German (de), Italian (it), Portuguese (pt-PT/pt-BR), Spanish (es) / Chinese (zh), Czech (cs), Dutch (nl), Greek (el), Hungarian (hu), Japanese (ja), Polish (pl), Romanian (ro), Russian (ru), Slovak (sk), Turkish (tr), Ukrainian (uk)
- License: GNU GPL 2+
Expand Down
4 changes: 2 additions & 2 deletions src/javascripts/main.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/**
* Created J/03/12/2009
* Updated V/05/08/2022
* Updated M/30/08/2022
*
* Copyright 2008-2022 | Fabrice Creuzot (luigifab) <code~luigifab~fr>
* https://www.luigifab.fr/apijs
Expand Down Expand Up @@ -46,7 +46,7 @@ var apijs = new (function () {

"use strict";
this.core = {};
this.version = 691;
this.version = 692;

this.config = {
lang: 'auto',
Expand Down
4 changes: 2 additions & 2 deletions src/javascripts/slideshow.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/**
* Created J/13/05/2010
* Updated M/05/07/2022
* Updated J/11/08/2022
*
* Copyright 2008-2022 | Fabrice Creuzot (luigifab) <code~luigifab~fr>
* https://www.luigifab.fr/apijs
Expand Down Expand Up @@ -120,7 +120,7 @@ apijs.core.slideshow = function () {
source = (media.gallery.hasAttribute('class')) ? media.gallery.getAttribute('class') : media.prefix + '.0';
source = apijs.html(source, true);
media.number = parseInt(source.getAttribute('id').split('.')[2], 10);
media.id = media.id.replace(99999, media.number);
media.id = media.id.replace('99999', media.number);
}

media.config = source.querySelector('input').getAttribute('value').split('|');
Expand Down
2 changes: 1 addition & 1 deletion src/zip/apijs-print.min.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion src/zip/apijs-print.min.css.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion src/zip/apijs-screen-rtl.min.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion src/zip/apijs-screen-rtl.min.css.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion src/zip/apijs-screen.min.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion src/zip/apijs-screen.min.css.map

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions src/zip/apijs.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion src/zip/apijs.min.js.map

Large diffs are not rendered by default.

0 comments on commit ad88118

Please sign in to comment.