Skip to content

Commit

Permalink
fix typo for suporte
Browse files Browse the repository at this point in the history
  • Loading branch information
caio2k committed Mar 29, 2020
1 parent 781d5cf commit 2a1a59f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugins/suporte/extract.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
unction(page) {
function(page) {
var regex = /<img[^>]*src="([^"]*\/wp-content\/uploads\/[^"]*\/Suporte_[^"]*)"/;
var match = regex.exec(page);
return match[1];
Expand Down

0 comments on commit 2a1a59f

Please sign in to comment.