Skip to content

Commit b107da2

Browse files
committed
Update username for AA22Dev
Followup to 9a3d1e7.
1 parent 8fd8928 commit b107da2

File tree

8 files changed

+16
-16
lines changed

8 files changed

+16
-16
lines changed

change-language-link-text-changer/change-language-link-text-changer.js

+3-3
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,13 @@
22
* @preserve
33
* VistaPanel Add-on
44
* Script Name: "Change Language" Link and Text Changer
5-
* Author: AADev & Wybe Network
6-
* Author URL: https://aadev.wybenetwork.com
5+
* Author: AA22Dev & Wybe Network
6+
* Author URL: https://aa22.dev
77
* Version: 1.0
88
* GitHub Project URL: https://github.com/WybeNetwork/VistaPanel-Customizations
99
* Official Website URL: https://wybenetwork.com
1010
* This file is licensed under MIT Attribution
11-
* Last Updated on 08 August 2020 by AADev
11+
* Last Updated on 08 August 2020 by AA22Dev
1212
**************************************************************************
1313
*/
1414
var t = ["item_", "icon-"];

change-language-link-text-changer/change-language-link-text-changer.min.js

+3-3
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,13 @@
22
* @preserve
33
* VistaPanel Add-on
44
* Script Name: "Change Language" Link and Text Changer
5-
* Author: AADev & Wybe Network
6-
* Author URL: https://aadev.wybenetwork.com
5+
* Author: AA22Dev & Wybe Network
6+
* Author URL: https://aa22.dev
77
* Version: 1.0
88
* GitHub Project URL: https://github.com/WybeNetwork/VistaPanel-Customizations
99
* Official Website URL: https://wybenetwork.com
1010
* This file is licensed under MIT Attribution
11-
* Last Updated on 08 August 2020 by AADev
11+
* Last Updated on 08 August 2020 by AA22Dev
1212
**************************************************************************
1313
*/
1414
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;

change-password-link-text-changer/change-password-link-text-changer.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
* @preserve
33
* VistaPanel Add-on
44
* Script Name: "Change Password" Link and Text Changer
5-
* Author: AADev & Wybe Network
6-
* Author URL: https://aadev.wybenetwork.com
5+
* Author: AA22Dev & Wybe Network
6+
* Author URL: https://aa22.dev
77
* Version: 1.0
88
* Github Project URL: https://github.com/WybeNetwork/VistaPanel-Customizations
99
* Official Website URL: https://wybenetwork.com

change-password-link-text-changer/change-password-link-text-changer.min.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
* @preserve
33
* VistaPanel Add-on
44
* Script Name: "Change Password" Link and Text Changer
5-
* Author: AADev & Wybe Network
6-
* Author URL: https://aadev.wybenetwork.com
5+
* Author: AA22Dev & Wybe Network
6+
* Author URL: https://aa22.dev
77
* Version: 1.0
88
* Github Project URL: https://github.com/WybeNetwork/VistaPanel-Customizations
99
* Official Website URL: https://wybenetwork.com

responsive-domain-search/README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ It makes the VistaPanel search form responsive, so that it does not break the vP
55

66
## Where should I put it?
77
Put it in the Header Advert Area (IMPORTANT).
8-
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.
8+
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.
99

1010
## How can I install it?
1111
Create a script tag with `src` pointing to `responsive-domain-search.js` or `responsive-domain-search.min.js` for the minified version.
@@ -48,7 +48,7 @@ Do not forget to remove the comment lines symbols (``/* OPTIONAL``and ``*/``) if
4848
* Created on 10 July 2018 by [PlanetCloud](https://github.com/PlanetTheCloud)
4949
* Modified on 27 July 2018 by Christine (Cyrl)
5050
* Modified on 25 August 2018 by [Anyx](https://github.com/4yx)
51-
* Modified on 28 September 2018 by [AADev](https://github.com/mahofficial) and [Anyx](https://github.com/4yx)
51+
* Modified on 28 September 2018 by [AA22Dev](https://github.com/aa22dev) and [Anyx](https://github.com/4yx)
5252
* Modified on 30 September 2018 by [PlanetCloud](https://github.com/PlanetTheCloud)
5353
* Modified on 22 November 2018 by [Anyx](https://github.com/4yx)
5454
* Last modified on 06 August 2022 by [Anyx](https://github.com/4yx)

theme-switcher/readme.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -136,15 +136,15 @@ Version 2.0.1 | October 15th, 2022
136136
```
137137
```html
138138
Version 2.0.0 | October 14th, 2022
139-
- Complete Re-write by AADev
139+
- Complete Re-write by AA22Dev
140140
- Added support for multiple positions
141141
- Improved support for themes
142142
- Added support for default theme.
143143
```
144144

145145
```html
146146
Version 1.0.1 | June 23rd, 2021
147-
- Bugs fixes by AADev
147+
- Bugs fixes by AA22Dev
148148
```
149149

150150
```html

theme-switcher/switcher.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*! @preserve
22
* Created at 29 December 2018 by RanaKHAS
3-
* Modified at 23 June 2021 by AADev
3+
* Modified at 23 June 2021 by AA22Dev
44
* DO NOT REMOVE CREDITS!
55
* Created for: Wybe Network.
66
*/

theme-switcher/switcher.min.js

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)