project.js 116 B

12
  1. var edit_button = document.getElementById("edit_button");
  2. edit_button.href = String(window.location.href) + '/edit';