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 632a395 commit a890e60Copy full SHA for a890e60
README.md
@@ -295,7 +295,7 @@ function executeScriptCallBack(params) {
295
296
}
297
298
-function beforeloadCallback(params, callback) {
+function beforeloadCallBack(params, callback) {
299
300
if (params.url.startsWith("http://www.example.com/")) {
301
@@ -309,7 +309,7 @@ function beforeloadCallback(params, callback) {
309
310
311
312
-function messageCallback(params){
+function messageCallBack(params){
313
$('#status-message').text("message received: "+params.data.my_message);
314
315
0 commit comments