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

Commit

Permalink
Bugfix
Browse files Browse the repository at this point in the history
  • Loading branch information
hasteur committed Jan 5, 2014
1 parent 9ec828e commit 8417450
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/submissions.js
Expand Up @@ -1584,7 +1584,7 @@ function afcHelper_g13_eligible(title) {
// Check to see if there's at least 1 submission template on the page.
page_text = afcHelper_getPageText(title)
// We found no submission templates, short circuit out
if null = page_text.match(submissiontemplate_re){
if null == page_text.match(submissiontemplate_re){
return false
}
// Must be >6 months old
Expand Down

0 comments on commit 8417450

Please sign in to comment.