Created
May 6, 2018 06:18
-
-
Save mak00s/569fbcd5cb000e1d91c9b5aca53caf23 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
function s_doPlugins(s){ | |
switch(s.channel){ | |
case 'NV': | |
s.events="event1"; | |
s.products=";;;;event1=3"; | |
s.eVar1="+3"; | |
break; | |
case 'CS': | |
s.events="event1"; | |
s.products=";;;;event1=5"; | |
s.eVar1="+5"; | |
break; | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment