I wasn’t sure if this should go here or troubleshooting, sorry if it’s in the wrong spot.
I am having trouble getting the Behavior Pepper to do anything. I have the Mint class being called before calling the code from the ReadMe file, which is this:
Mint.TT.behavior.record(“Easter egg was called”, “/links”);
It just doesn’t do anything. There are no errors in the safari javascript console, but in firefox it says “not enough arguments” in reference to the last r.send();in record().
What am I doing wrong? Does this Pepper work for anyone else? I tried just calling the javascript from the readme in a plain text file and still nothing showed up in the Behaviors pane.
Thanks