Skip to content

Commit

Permalink
p3x-robot sunday release 2018-5-15 12:03:58
Browse files Browse the repository at this point in the history
  • Loading branch information
p3x-robot committed May 15, 2018
1 parent 745faa0 commit a5c510c
Show file tree
Hide file tree
Showing 6 changed files with 11 additions and 16 deletions.
2 changes: 1 addition & 1 deletion INSTALL.md
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ UrlToolkit {

---

[**P3X-GITLIST**](https://pages.corifeus.com/gitlist) Build v2.0.34-610
[**P3X-GITLIST**](https://pages.corifeus.com/gitlist) Build v2.0.36-614

[![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=_s-xclick&hosted_button_id=QZVM4V6HVZJW6) [![Contact Corifeus / P3X](https://img.shields.io/badge/Contact-P3X-ff9900.svg)](https://www.patrikx3.com/en/front/contact)

Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@



# 🤖 P3X Gitlist v2.0.34-610
# 🤖 P3X Gitlist v2.0.36-614

This is an open-source project. Star this repository if you like it, or even donate! Thank you so much! :)

Expand Down Expand Up @@ -145,7 +145,7 @@ npm run watch

---

[**P3X-GITLIST**](https://pages.corifeus.com/gitlist) Build v2.0.34-610
[**P3X-GITLIST**](https://pages.corifeus.com/gitlist) Build v2.0.36-614

[![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=_s-xclick&hosted_button_id=QZVM4V6HVZJW6) [![Contact Corifeus / P3X](https://img.shields.io/badge/Contact-P3X-ff9900.svg)](https://www.patrikx3.com/en/front/contact)

Expand Down
2 changes: 1 addition & 1 deletion artifacts/php-7.2-ubuntu.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ sudo apt upgrade -y

---

[**P3X-GITLIST**](https://pages.corifeus.com/gitlist) Build v2.0.34-610
[**P3X-GITLIST**](https://pages.corifeus.com/gitlist) Build v2.0.36-614

[![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=_s-xclick&hosted_button_id=QZVM4V6HVZJW6) [![Contact Corifeus / P3X](https://img.shields.io/badge/Contact-P3X-ff9900.svg)](https://www.patrikx3.com/en/front/contact)

Expand Down
2 changes: 1 addition & 1 deletion changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ require('codemirror/mode/yaml/yaml');

---

[**P3X-GITLIST**](https://pages.corifeus.com/gitlist) Build v2.0.34-610
[**P3X-GITLIST**](https://pages.corifeus.com/gitlist) Build v2.0.36-614

[![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=_s-xclick&hosted_button_id=QZVM4V6HVZJW6) [![Contact Corifeus / P3X](https://img.shields.io/badge/Contact-P3X-ff9900.svg)](https://www.patrikx3.com/en/front/contact)

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "p3x-gitlist",
"version": "2.0.34-610",
"version": "2.0.36-614",
"corifeus": {
"prefix": "p3x-",
"publish": false,
Expand Down
15 changes: 5 additions & 10 deletions public/js/global.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
const scrollIntoViewOptions = {
block: "center",
}

window.gitlist.isDark =(theme) => {
for(var i = 0; i < window.gitlist.dark.length; i++ ) {
Expand Down Expand Up @@ -88,11 +91,7 @@ $(function () {
if (el === null) {
return;
}
el.scrollIntoView({
behavior: 'smooth',
block: "center",

})
el.scrollIntoView(scrollIntoViewOptions)
pushHash(href)
}
})
Expand All @@ -112,11 +111,7 @@ global.gitlist.scrollHash = function(element, event) {
if (elfind === null) {
return true;
}
elfind.scrollIntoView({
behavior: 'smooth',
block: "center",

})
elfind.scrollIntoView(scrollIntoViewOptions)

if (event !== undefined) {
event.preventDefault()
Expand Down

0 comments on commit a5c510c

Please sign in to comment.