Advertisement
Guest User

Untitled

a guest
Mar 5th, 2015
185
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1.  ACDC.initializeFlags = function () {
  2.     2    $("#br-flag").click(function () {
  3.     3:     $.cookie("locale", "pt-BR", { path: "/", expires: 365 });
  4.     4    });
  5.     5    $("#us-flag").click(function () {
  6.     6:     $.cookie("locale", "en", { path: "/", expires: 365 });
  7.     7    });
  8.     8  };
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement