Skip to content
This repository was archived by the owner on Aug 20, 2025. It is now read-only.

Commit 0f16f23

Browse files
author
caio
committed
fix typo for suporte
1 parent 60a9d7e commit 0f16f23

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

plugins/suporte/extract.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
unction(page) {
1+
function(page) {
22
var regex = /<img[^>]*src="([^"]*\/wp-content\/uploads\/[^"]*\/Suporte_[^"]*)"/;
33
var match = regex.exec(page);
44
return match[1];

0 commit comments

Comments
 (0)