Skip to content

Instantly share code, notes, and snippets.

@tomasfejfar
Created August 17, 2011 12:03
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save tomasfejfar/1151408 to your computer and use it in GitHub Desktop.
Save tomasfejfar/1151408 to your computer and use it in GitHub Desktop.
CZC Beta
oxy.layout.right({}, function() {
out.printHtml('\n <div class="watchDogBox">\n ');
if (accountName != null) {
out.printHtml('\n <div class="popup_watcherNews">\n <a href="#" class="wd">Hlídací pes pro novinky v kategorii</a>\n ');
oxy.popup.insert({categoryId:( currentCategory.id),name:"watcherNews",expirationOptions:( expirationOptions)});
out.printHtml('\n </div>\n ');
} else {
...
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment