devel

Hacking Devel

By Markus Sandy at 06/26/2007 - 02:53
Tags:

I was testing the web service to display a video and noticing some extraneous JQuery code

<script type="text/javascript">
      $(document).ready(function() {
        $("body").append("");
      });
    </script>

This was causing javascript errors in routines that were designed to return media viewer embed code and I needed to get rid of it.

Syndicate content