Skip to content

Commit

Permalink
5.1.6
Browse files Browse the repository at this point in the history
  • Loading branch information
MusikAnimal committed Feb 19, 2020
1 parent 1a9a5b6 commit be6d2f7
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .babelrc
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"Want to add custom links? See [[meta:MoreMenu#Customization]].",
"",
"Script: MoreMenu.js",
"Version: 5.1.5",
"Version: 5.1.6",
"Author: MusikAnimal",
"License: MIT",
"Documentation: [[meta:MoreMenu]]",
Expand Down
2 changes: 1 addition & 1 deletion dist/MoreMenu.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
* Want to add custom links? See [[meta:MoreMenu#Customization]].
*
* Script: MoreMenu.js
* Version: 5.1.5
* Version: 5.1.6
* Author: MusikAnimal
* License: MIT
* Documentation: [[meta:MoreMenu]]
Expand Down
2 changes: 1 addition & 1 deletion dist/MoreMenu.messages.en.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
* Want to add custom links? See [[meta:MoreMenu#Customization]].
*
* Script: MoreMenu.js
* Version: 5.1.5
* Version: 5.1.6
* Author: MusikAnimal
* License: MIT
* Documentation: [[meta:MoreMenu]]
Expand Down
2 changes: 1 addition & 1 deletion dist/MoreMenu.page.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
* Want to add custom links? See [[meta:MoreMenu#Customization]].
*
* Script: MoreMenu.js
* Version: 5.1.5
* Version: 5.1.6
* Author: MusikAnimal
* License: MIT
* Documentation: [[meta:MoreMenu]]
Expand Down
4 changes: 2 additions & 2 deletions dist/MoreMenu.user.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
* Want to add custom links? See [[meta:MoreMenu#Customization]].
*
* Script: MoreMenu.js
* Version: 5.1.5
* Version: 5.1.6
* Author: MusikAnimal
* License: MIT
* Documentation: [[meta:MoreMenu]]
Expand Down Expand Up @@ -209,7 +209,7 @@ window.MoreMenu.user = function (config) {
url: "https://xtools.wmflabs.org/editsummary/".concat(config.project.domain, "/").concat(config.targetUser.encodedName)
},
'edit-summary-search': {
url: "https://tools.wmflabs.org/sigma/summary.py?server=".concat(config.dbName, "&name=").concat(config.targetUser.encodedName)
url: "https://tools.wmflabs.org/sigma/summary.py?server=".concat(config.project.dbName, "&name=").concat(config.targetUser.encodedName)
},
'global-contributions-guc': {
url: "https://tools.wmflabs.org/guc/?user=".concat(config.targetUser.encodedName, "&blocks=true")
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": "moremenu",
"version": "5.1.5",
"version": "5.1.6",
"description": "Dropdown menus with links to common tasks, user and page analytic tools and logs.",
"private": true,
"scripts": {
Expand Down

0 comments on commit be6d2f7

Please sign in to comment.