Skip to content

Commit

Permalink
Version 6.9.5
Browse files Browse the repository at this point in the history
  • Loading branch information
luigifab committed Oct 10, 2023
1 parent 6b77fb6 commit 6d7caca
Show file tree
Hide file tree
Showing 13 changed files with 18 additions and 33 deletions.
1 change: 0 additions & 1 deletion FUNDING.yml

This file was deleted.

14 changes: 0 additions & 14 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,19 +14,5 @@
"issues": "https://github.com/luigifab/apijs/issues",
"docs": "https://www.luigifab.fr/apijs"
},
"funding": [
{
"type": "other",
"url": "https://gandi.link/f/4b904048"
},
{
"type": "other",
"url": "https://fr.tipeee.com/luigifab"
},
{
"type": "other",
"url": "https://ekwateur.fr/?parrain=EKW001147103"
}
],
"minimum-stability": "dev"
}
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 L/24/04/2023
* Updated J/21/09/2023
*
* Copyright 2008-2023 | Fabrice Creuzot (luigifab) <code~luigifab~fr>
* https://github.com/luigifab/apijs
Expand Down Expand Up @@ -46,7 +46,7 @@ var apijs = new (function () {

"use strict";
this.core = {};
this.version = 694;
this.version = 695;

this.config = {
lang: 'auto',
Expand Down
4 changes: 2 additions & 2 deletions src/styles/dialog.css
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/**
* Created V/08/05/2009
* Updated S/02/07/2022
* Updated L/02/10/2023
*
* Copyright 2008-2023 | Fabrice Creuzot (luigifab) <code~luigifab~fr>
* https://github.com/luigifab/apijs
Expand Down Expand Up @@ -95,7 +95,7 @@ div[id="apijsDialog"] * { margin:0; padding:0; }
/* &&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&& image d'attente &&& **
* (loading) waiting photo video iframe ajax */
#apijsBox svg.loader { position:absolute; display:none; margin:auto; width:128px; height:128px; pointer-events:none; }
#apijsBox svg.loader path { fill:gray; }
#apijsBox svg.loader path { fill:#808080; }

#apijsBox.loading svg.loader, #apijsBox.waiting svg.loader {
display:block; right:-40px; bottom:-40px;
Expand Down
4 changes: 2 additions & 2 deletions src/styles/print.css
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/**
* Created J/20/06/2013
* Updated L/08/07/2019
* Updated L/02/10/2023
*
* Copyright 2008-2023 | Fabrice Creuzot (luigifab) <code~luigifab~fr>
* https://github.com/luigifab/apijs
Expand All @@ -26,7 +26,7 @@ div.gallery a { display:inline-block; text-decoration:none; }
div.gallery ul { margin:0; padding:0; list-style:none; }
div.gallery li { display:inline-block; margin:0; padding:0; vertical-align:middle; }
div.gallery li a { display:block; margin:0.2em; }
div.gallery li a.current { border-color:gray; }
div.gallery li a.current { border-color:#808080; }

div.album { text-align:center; }
div.album dl { display:inline-block; margin:0.5em 0.4em; vertical-align:top; }
Expand Down
4 changes: 2 additions & 2 deletions 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.

4 changes: 2 additions & 2 deletions src/zip/apijs-screen-rtl.min.css

Large diffs are not rendered by default.

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

Large diffs are not rendered by default.

0 comments on commit 6d7caca

Please sign in to comment.