Guest User

Untitled

a guest
Jun 19th, 2018
85
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.39 KB | None | 0 0
  1. YUI_config = {
  2. modules : {
  3. "reward-monitor-css" : {
  4. fullpath : "/css/reward-monitor.css",
  5. type : "css"
  6. },
  7. "reward-monitor-css-ie" : {
  8. fullpath : "/css/reward-monitor-ie.css",
  9. type : "css",
  10. condition : {
  11. trigger : "reward-monitor-css",
  12. ua : "ie"
  13. }
  14. }
  15. }
  16. };
Add Comment
Please, Sign In to add comment