A very simple extension that adds a "restart shell" function to the user's menu, with a confirm dialog.
Note: Binary files aren't shown on the web site. To see all files, please download the extension zipfile.
Version | Status |
---|---|
16 | Active |
15 | Active |
14 | Inactive |
13 | Inactive |
12 | Inactive |
11 | Rejected |
10 | Inactive |
9 | Rejected |
8 | Inactive |
7 | Rejected |
6 | Rejected |
5 | Rejected |
4 | Rejected |
3 | Inactive |
2 | Inactive |
1 | Inactive |
Are you sure this works? You're defining the prototype before you define the function.
Huh, I didn't realize you did that in your older extension, too. I just realized that this works because of function hoisting, so, yeah. It's fine, but it's a bit confusing and I would clean it up.
oh I didn't know it's more correct to have the function first. Ok, both extensions are fixed now, thanks again!