1

Closed

Open Snippet from the web button

description

when you click on the open snippet from the web it gives you the following

undefined/Readonly/Display/21 (snippet that I entered on the site)

which takes you to some windward road runner blog site

but if you change it too

www.codestash.co.uk/Readonly/Display/21

it works
Closed Apr 16, 2012 at 12:31 PM by ohanlonp
Closing the issue as this has been fixed and deployed.

comments

ohanlonp wrote Apr 15, 2012 at 9:02 PM

Thanks for this report Simon. The problem was caused by the use of window.location.origin to retrieve the initial part of the snippet. Unfortunately, this is a webkit command; fortunately, there's a simple fix, which was to test for this command and then initialise it if it's not present. This is now in there, so you should see the snippet link properly.

Simonwhale wrote Apr 15, 2012 at 10:15 PM

Thanks Pete IT works

ohanlonp wrote Apr 16, 2012 at 12:30 PM

Thanks for the confirmation Simon. I will close this ticket. I will be uploading a fix later on that sorts out the delete button not working issue - just finished coding it this morning and I want to run some more tests on it.