Skip to content

Instantly share code, notes, and snippets.

@jakuza
Created December 28, 2011 16:03
Show Gist options
  • Save jakuza/1528479 to your computer and use it in GitHub Desktop.
Save jakuza/1528479 to your computer and use it in GitHub Desktop.
var base_edit_url = "{{ path('admin_sandbox_main_editablestaticcontent_edit', { 'id': "%%ID%%" }) }}";
var edit_url = base_edit_url.replace("%%ID%%", data.rslt.obj.attr("id"));
window.location = edit_url;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment