Advertisement
theitd

Moved to address

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