Skip to content

Commit

Permalink
Update username for AA22Dev
Browse files Browse the repository at this point in the history
Followup to 9a3d1e7.
  • Loading branch information
4yx committed Nov 5, 2022
1 parent 8fd8928 commit b107da2
Show file tree
Hide file tree
Showing 8 changed files with 16 additions and 16 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,13 @@
* @preserve
* VistaPanel Add-on
* Script Name: "Change Language" Link and Text Changer
* Author: AADev & Wybe Network
* Author URL: https://aadev.wybenetwork.com
* Author: AA22Dev & Wybe Network
* Author URL: https://aa22.dev
* Version: 1.0
* GitHub Project URL: https://github.com/WybeNetwork/VistaPanel-Customizations
* Official Website URL: https://wybenetwork.com
* This file is licensed under MIT Attribution
* Last Updated on 08 August 2020 by AADev
* Last Updated on 08 August 2020 by AA22Dev
**************************************************************************
*/
var t = ["item_", "icon-"];
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,13 @@
* @preserve
* VistaPanel Add-on
* Script Name: "Change Language" Link and Text Changer
* Author: AADev & Wybe Network
* Author URL: https://aadev.wybenetwork.com
* Author: AA22Dev & Wybe Network
* Author URL: https://aa22.dev
* Version: 1.0
* GitHub Project URL: https://github.com/WybeNetwork/VistaPanel-Customizations
* Official Website URL: https://wybenetwork.com
* This file is licensed under MIT Attribution
* Last Updated on 08 August 2020 by AADev
* Last Updated on 08 August 2020 by AA22Dev
**************************************************************************
*/
var t=["item_","icon-"];for(n=0;n<=1;n++)document.getElementById(`${t[n]}change_language`).setAttribute("href",change_language_link),document.getElementById(`${t[n]}change_language`).innerHTML=change_language_text;
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
* @preserve
* VistaPanel Add-on
* Script Name: "Change Password" Link and Text Changer
* Author: AADev & Wybe Network
* Author URL: https://aadev.wybenetwork.com
* Author: AA22Dev & Wybe Network
* Author URL: https://aa22.dev
* Version: 1.0
* Github Project URL: https://github.com/WybeNetwork/VistaPanel-Customizations
* Official Website URL: https://wybenetwork.com
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
* @preserve
* VistaPanel Add-on
* Script Name: "Change Password" Link and Text Changer
* Author: AADev & Wybe Network
* Author URL: https://aadev.wybenetwork.com
* Author: AA22Dev & Wybe Network
* Author URL: https://aa22.dev
* Version: 1.0
* Github Project URL: https://github.com/WybeNetwork/VistaPanel-Customizations
* Official Website URL: https://wybenetwork.com
Expand Down
4 changes: 2 additions & 2 deletions responsive-domain-search/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ It makes the VistaPanel search form responsive, so that it does not break the vP

## Where should I put it?
Put it in the Header Advert Area (IMPORTANT).
Due to [this issue](https://github.com/VPTOfficial/VistaPanel-Customizations/issues/4) reported by [AADev](https://github.com/mahofficial), the code doesn't seem to run properly if you put it elsewhere. Thanks for reporting it.
Due to [this issue](https://github.com/VPTOfficial/VistaPanel-Customizations/issues/4) reported by [AA22Dev](https://github.com/aa22dev), the code doesn't seem to run properly if you put it elsewhere. Thanks for reporting it.

## How can I install it?
Create a script tag with `src` pointing to `responsive-domain-search.js` or `responsive-domain-search.min.js` for the minified version.
Expand Down Expand Up @@ -48,7 +48,7 @@ Do not forget to remove the comment lines symbols (``/* OPTIONAL``and ``*/``) if
* Created on 10 July 2018 by [PlanetCloud](https://github.com/PlanetTheCloud)
* Modified on 27 July 2018 by Christine (Cyrl)
* Modified on 25 August 2018 by [Anyx](https://github.com/4yx)
* Modified on 28 September 2018 by [AADev](https://github.com/mahofficial) and [Anyx](https://github.com/4yx)
* Modified on 28 September 2018 by [AA22Dev](https://github.com/aa22dev) and [Anyx](https://github.com/4yx)
* Modified on 30 September 2018 by [PlanetCloud](https://github.com/PlanetTheCloud)
* Modified on 22 November 2018 by [Anyx](https://github.com/4yx)
* Last modified on 06 August 2022 by [Anyx](https://github.com/4yx)
4 changes: 2 additions & 2 deletions theme-switcher/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -136,15 +136,15 @@ Version 2.0.1 | October 15th, 2022
```
```html
Version 2.0.0 | October 14th, 2022
- Complete Re-write by AADev
- Complete Re-write by AA22Dev
- Added support for multiple positions
- Improved support for themes
- Added support for default theme.
```

```html
Version 1.0.1 | June 23rd, 2021
- Bugs fixes by AADev
- Bugs fixes by AA22Dev
```

```html
Expand Down
2 changes: 1 addition & 1 deletion theme-switcher/switcher.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*! @preserve
* Created at 29 December 2018 by RanaKHAS
* Modified at 23 June 2021 by AADev
* Modified at 23 June 2021 by AA22Dev
* DO NOT REMOVE CREDITS!
* Created for: Wybe Network.
*/
Expand Down
2 changes: 1 addition & 1 deletion theme-switcher/switcher.min.js

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

0 comments on commit b107da2

Please sign in to comment.