Skip to content

Instantly share code, notes, and snippets.

@mak00s
Created May 6, 2018 06:18
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