Skip to content

Instantly share code, notes, and snippets.

@SmashBrando
Created September 23, 2014 18:57
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 SmashBrando/f00a4a9088914c95f71d to your computer and use it in GitHub Desktop.
Save SmashBrando/f00a4a9088914c95f71d to your computer and use it in GitHub Desktop.
Gravity Forms ACF5 issue
<script>
addLoadEvent = function(func){if(typeof jQuery!="undefined")jQuery(document).ready(func);else if(typeof wpOnload!='function'){wpOnload=func;}else{var oldonload=wpOnload;wpOnload=function(){oldonload();func();}}};
var ajaxurl = '/wp-admin/admin-ajax.php',
pagenow = 'toplevel_page_gf_edit_forms',
typenow = '',
adminpage = 'toplevel_page_gf_edit_forms',
thousandsSeparator = ',',
decimalPoint = '.',
isRtl = 0;
</script>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment