We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1e4bcfe commit 6783e75Copy full SHA for 6783e75
README.md
@@ -203,4 +203,4 @@ Allows you to specify a filter function to exclude certain ajax requests from bl
203
if(config.url.match(/^\/api\/quote($|\/).*/)) {
204
return false; // ... don't block it.
205
}
206
- });
+ });
0 commit comments