Skip to content

Instantly share code, notes, and snippets.

@tinybeans
Created September 26, 2013 08:06
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 tinybeans/fe7b9ae71d295961288e to your computer and use it in GitHub Desktop.
Save tinybeans/fe7b9ae71d295961288e to your computer and use it in GitHub Desktop.
(function($){
if (mtappVars.entry_id == 30) {
$.MTAppCustomize({
basename: "entrytext1",
custom: true,
showField: "show"
});
$.MTAppCustomize({
basename: "entrytext2",
custom: true,
showField: "hide"
});
}
else if (mtappVars.entry_id == 31) {
$.MTAppCustomize({
basename: "entrytext1",
custom: true,
showField: "hide"
});
$.MTAppCustomize({
basename: "entrytext2",
custom: true,
showField: "show"
});
}
})(jQuery);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment