Skip to content
This repository has been archived by the owner on Feb 4, 2021. It is now read-only.

Commit

Permalink
Fix indentation
Browse files Browse the repository at this point in the history
  • Loading branch information
theopolisme committed Sep 17, 2013
1 parent 943f591 commit c930a1f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/submissions.js
Original file line number Diff line number Diff line change
Expand Up @@ -1347,7 +1347,7 @@ function afcHelper_setup() {
pagetext = pagetext.replace(/\{\{\s*AFC submission(\s*\|){0,}ts\s*=\s*/gi, "{{AFC submission|||ts=");
pagetext = pagetext.replace(/\{\{\s*AFC submission\s*\}\}/gi, "{{AFC submission|||ts=99999999999999|u=Example|ns="+ wgNamespaceNumber + "}}");
pagetext = afcHelper_cleanup(pagetext,'initial');
var bla = /({\{\s*afc submission\s*\|\s*r\s*((?:\{\{[^\{\}]*\}\}|[^\}\{])*\s*))(\|\s*reviewer\s*=\s*([^\|]+)*)*((\s*\|\s*reviewts\s*=\s*([0-9]{14})*)*((?:\{\{[^\{\}]*\}\}|[^\}\{]|)*\}\}))/i;
var bla = /({\{\s*afc submission\s*\|\s*r\s*((?:\{\{[^\{\}]*\}\}|[^\}\{])*\s*))(\|\s*reviewer\s*=\s*([^\|]+)*)*((\s*\|\s*reviewts\s*=\s*([0-9]{14})*)*((?:\{\{[^\{\}]*\}\}|[^\}\{]|)*\}\}))/i;
warnings = afcHelper_warnings(pagetext); // Warn about problems with given pagetext

return warnings; // Prepends the warnings
Expand Down

1 comment on commit c930a1f

@wikipedia-mabdul
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

err. I did push that. -.-

yesterday it was too late...

Please sign in to comment.