From 7ebdf1deb62642e5fc4d5c4d9e1e160fad83eb3e Mon Sep 17 00:00:00 2001 From: patrikx3 Date: Thu, 15 Feb 2018 23:40:26 +0100 Subject: [PATCH] p3x-robot sunday release 2018-2-15 23:40:26 --- INSTALL.md | 2 +- README.md | 4 ++-- themes/default/js/themes.js | 12 ++++++------ 3 files changed, 9 insertions(+), 9 deletions(-) diff --git a/INSTALL.md b/INSTALL.md index a60d99f1..a0bd0966 100644 --- a/INSTALL.md +++ b/INSTALL.md @@ -106,7 +106,7 @@ UrlToolkit { --- -[**GITLIST**](https://pages.corifeus.com/gitlist) Build v1.0.0 +[**GITLIST**](https://pages.corifeus.com/gitlist) Build v1.0.1 [![Like Corifeus @ Facebook](https://img.shields.io/badge/LIKE-Corifeus-3b5998.svg)](https://www.facebook.com/corifeus.software) [![Donate for Corifeus / P3X](https://img.shields.io/badge/Donate-Corifeus-003087.svg)](https://www.paypal.com/cgi-bin/webscr?cmd=_donations&business=LFRV89WPRMMVE&lc=HU&item_name=Patrik%20Laszlo&item_number=patrikx3¤cy_code=HUF&bn=PP%2dDonationsBF%3abtn_donate_SM%2egif%3aNonHosted) [![Contact Corifeus / P3X](https://img.shields.io/badge/Contact-P3X-ff9900.svg)](https://www.patrikx3.com/en/front/contact) diff --git a/README.md b/README.md index 92a46ad2..77a7c579 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,7 @@ --- -# P3X Gitlist v1.0.0 +# P3X Gitlist v1.0.1 # Description @@ -100,7 +100,7 @@ If you have Composer in your path, things get easier. But you know the drill. --- -[**GITLIST**](https://pages.corifeus.com/gitlist) Build v1.0.0 +[**GITLIST**](https://pages.corifeus.com/gitlist) Build v1.0.1 [![Like Corifeus @ Facebook](https://img.shields.io/badge/LIKE-Corifeus-3b5998.svg)](https://www.facebook.com/corifeus.software) [![Donate for Corifeus / P3X](https://img.shields.io/badge/Donate-Corifeus-003087.svg)](https://www.paypal.com/cgi-bin/webscr?cmd=_donations&business=LFRV89WPRMMVE&lc=HU&item_name=Patrik%20Laszlo&item_number=patrikx3¤cy_code=HUF&bn=PP%2dDonationsBF%3abtn_donate_SM%2egif%3aNonHosted) [![Contact Corifeus / P3X](https://img.shields.io/badge/Contact-P3X-ff9900.svg)](https://www.patrikx3.com/en/front/contact) diff --git a/themes/default/js/themes.js b/themes/default/js/themes.js index ecfc5dd4..fb6eb389 100755 --- a/themes/default/js/themes.js +++ b/themes/default/js/themes.js @@ -2,19 +2,19 @@ var themes = { "bootstrap-default": "/themes/default/css/bootstrap-default.css", "bootstrap-cerulean": "/themes/default/css/bootstrap-cerulean.css", - "bootstrap-flatly": "/themes/default/css/bootstrap-flatly.css", - "bootstrap-cyborg": "/themes/default/css/bootstrap-cyborg.css", "bootstrap-cosmo": "/themes/default/css/bootstrap-cosmo.css", + "bootstrap-cyborg": "/themes/default/css/bootstrap-cyborg.css", "bootstrap-darkly": "/themes/default/css/bootstrap-darkly.css", + "bootstrap-flatly": "/themes/default/css/bootstrap-flatly.css", "bootstrap-journal": "/themes/default/css/bootstrap-journal.css", "bootstrap-lumen": "/themes/default/css/bootstrap-lumen.css", - "bootstrap-readable": "/themes/default/css/bootstrap-readable.css", "bootstrap-paper": "/themes/default/css/bootstrap-paper.css", + "bootstrap-readable": "/themes/default/css/bootstrap-readable.css", "bootstrap-sandstone": "/themes/default/css/bootstrap-sandstone.css", "bootstrap-simplex": "/themes/default/css/bootstrap-simplex.css", - "bootstrap-slate": "/themes/default/css/bootstrap-slate.css", "bootstrap-spacelab": "/themes/default/css/bootstrap-spacelab.css", + "bootstrap-slate": "/themes/default/css/bootstrap-slate.css", "bootstrap-superhero": "/themes/default/css/bootstrap-superhero.css", - "bootstrap-yeti": "/themes/default/css/bootstrap-yeti.css", - "bootstrap-united": "/themes/default/css/bootstrap-united.css" + "bootstrap-united": "/themes/default/css/bootstrap-united.css", + "bootstrap-yeti": "/themes/default/css/bootstrap-yeti.css" }