Skip to content

Commit

Permalink
update CopyPatrol URL from toolforge.org to wmcloud.org (#323)
Browse files Browse the repository at this point in the history
  • Loading branch information
JJMC89 authored Apr 10, 2024
1 parent 41824d1 commit 492e469
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/modules/submissions.js
Original file line number Diff line number Diff line change
Expand Up @@ -1159,7 +1159,7 @@
var triageInfo = json.pagetriagelist.pages[ 0 ];
if ( triageInfo && triageInfo.copyvio === mw.config.get( 'wgCurRevisionId' ) ) {
addWarning( 'This submission may contain copyright violations', 'CopyPatrol', function () {
window.open( 'https://copypatrol.toolforge.org/en?filter=all&searchCriteria=page_exact&searchText=' +
window.open( 'https://copypatrol.wmcloud.org/en?filter=all&searchCriteria=page_exact&searchText=' +
encodeURIComponent( afchPage.rawTitle ) + '&drafts=1&revision=' +
mw.config.get( 'wgCurRevisionId' ), '_blank' );
} );
Expand Down

0 comments on commit 492e469

Please sign in to comment.