Skip to content

Commit 4e75880

Browse files
committed
Commit compiled assets
1 parent e0fd79b commit 4e75880

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dist/MoreMenu.page.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@ window.MoreMenu.page = function (config) {
131131
pageExists: true
132132
},
133133
'search-history-wikiblame': {
134-
url: "https://wikipedia.ramselehof.de/wikiblame.php?lang=".concat(config.project.contentLanguage, "&project=").concat(config.project.noticeProject, "&article=").concat(config.page.encodedName),
134+
url: "https://wikipedia.ramselehof.de/wikiblame.php?lang=".concat(config.project.domain.split('.')[0], "&project=").concat(config.project.domain.split('.')[1], "&tld=").concat(config.project.domain.split('.')[2], "&article=").concat(config.page.encodedName),
135135
pageExists: true
136136
},
137137
'search-history-xtools': {

0 commit comments

Comments
 (0)