Google run_prettify.js is coming up 404 not found.

Issue #79 closed
Drew Angell repo owner created an issue

We are using wp_enqueue_script() to bring in the Google hosted JavaScript: https://google-code-prettify.googlecode.com/svn/loader/run_prettify.js

This is coming up 404 not found now, and it's causing failures for people.

Need to get this resolved as a hot-fix, so please branch off the master branch to fix this so that we can release the update without including all of the other stuff we've already done on 1.1.

Comments (7)

  1. Drew Angell reporter

    Seems this might not be a crucial problem, so we may be able to just fix this in the 1.1.0 release instead of doing a 1.0.9 hot-fix.

    Not sure what we're using run_prettify.js for, but it doesn't seem to be affecting anything on my server other than the fact it shows up in Firebug as a failed resource.

    Please take a look and let me know if you think we should do a hot-fix or not.

  2. Drew Angell reporter

    Ah, it's used on the IPN details screen where we're dumping out the raw data. We used to have a nice background behind that like a "code" snippet and now that is gone because the prettify isn't loading properly.

  3. Log in to comment