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

Commit

Permalink
Update service.js
Browse files Browse the repository at this point in the history
  • Loading branch information
mihaisavezi authored Oct 3, 2018
1 parent 8a0f92f commit 1b99dad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/service.js
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@
* @param bool Fixes https://github.com/google/recaptcha/issues/87 by enabling recaptcha globally
*
*/
provider.enableGlobal = function(bool){
provider.setGlobal = function(bool){
config.domain = bool && "https://recaptcha.net";
};

Expand Down

0 comments on commit 1b99dad

Please sign in to comment.