theitd

Benefits

Nov 27th, 2016
426
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.28 KB | None | 0 0
  1. function ff_do_you_receive_init(element, condition)
  2. {
  3. switch (condition) {
  4. case 'pageentry':
  5. ff_customClass(element,"uk-display-inline-block");
  6. ff_icheck(element,false,3);
  7. //break;
  8. default:;
  9. } // switch
  10. } // ff_do_you_receive_init
Advertisement
Add Comment
Please, Sign In to add comment