You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+7-3Lines changed: 7 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
[](https://gitter.im/soscripted/sox?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)
2
2
3
-
### SOX v2.1.0
3
+
### SOX v2.2.0
4
4
5
5
Stack Overflow Extras (*SOX*) is a project that stemmed from the [Stack Overflow Optional Features (SOOF)](https://github.com/shu8/Stack-Overflow-Optional-Features) project.
6
6
@@ -16,9 +16,9 @@ Note: This project has no relation to Stack Overflow or Stack Exchange; it is si
16
16
- Official Version: <kbd>[install](https://github.com/soscripted/sox/raw/v2.1.0/sox.user.js)</kbd>. <kbd>[view source](https://github.com/soscripted/sox/blob/v2.1.0/sox.user.js)</kbd>
17
17
- Development Version: <kbd>[install](https://github.com/soscripted/sox/raw/dev/sox.user.js)</kbd>. <kbd>[view source](https://github.com/soscripted/sox/blob/dev/sox.user.js)</kbd>
18
18
19
-
3. Go to any site in the Stack Exchange Network (eg. [Super User](http://superuser.com/) or [Stack Overflow](http://stackoverflow.com/)). You will automatically be asked to choose and save your settings. A toggle button (gears icon) will be added to your topbar where you can change these later on:
19
+
3. Go to any site in the Stack Exchange Network (e.g. [Super User](http://superuser.com/) or [Stack Overflow](http://stackoverflow.com/)). You will automatically be asked to choose and save your settings. A toggle button (gears icon) will be added to your topbar where you can change these later on:
@@ -28,6 +28,10 @@ A full list of all the features is available on the SOX wiki page [here](https:/
28
28
29
29
Please post bugs and feature requests as issues on [Github](https://github.com/soscripted/sox), where we can track them easily and push updates quickly. Please **do not** post them as answers on Stack Apps -- they are much harder to manage!
30
30
31
+
## Contribute
32
+
33
+
Pull requests to add new features or improve the existing ones, etc. are welcome! Please head to the [Contributing](https://github.com/soscripted/sox/wiki/Contributing) wiki page to get started.
34
+
31
35
## Changes
32
36
33
37
Please see the change log [at Stack Apps](http://stackapps.com/a/6358).
$(this).addClass('topbar-icon-on').addClass('icon-site-switcher-on');//icon-site-switcher-on is special to the site-switcher dropdown (StackExchange button)
285
-
}
286
-
}else{
287
-
if(!$(e.toElement).is('.icon-site-switcher')){
288
-
if($('.siteSwitcher-dialog').is(':visible')){
289
-
$('.siteSwitcher-dialog').hide();
290
-
}
291
-
}
292
-
}
293
-
},function(e){
294
-
if($(e.toElement).is('.topbar-icon')){//only hide the StackExchange dialog if the un-hover is onto another topbar dialog button
295
-
if($('.siteSwitcher-dialog').is(':visible')){
296
-
$('.siteSwitcher-dialog').hide();
297
-
}
298
-
}
299
-
});
300
-
});
301
-
302
261
//close dialog if clicked outside it
303
262
$(document).click(function(e){//close dialog if clicked outside it
0 commit comments