# HG changeset patch # User hertzhaft # Date 1298204894 -3600 # Node ID 5627e5f09848aeee6847f9e04f0bdfa6a97cfb55 # Parent 2fb1f576375dd7d61c7d027c40a743fb61af7967 plugin name has changed to birdseye :-) diff -r 2fb1f576375d -r 5627e5f09848 client/digitallibrary/jquery/jquery.digilib.birdseye.js --- a/client/digitallibrary/jquery/jquery.digilib.birdseye.js Sun Feb 20 13:24:49 2011 +0100 +++ b/client/digitallibrary/jquery/jquery.digilib.birdseye.js Sun Feb 20 13:28:14 2011 +0100 @@ -318,7 +318,7 @@ }; if ($.fn.digilib == null) { - $.error("jquery.digilib.birdview must be loaded after jquery.digilib!"); + $.error("jquery.digilib.birdseye must be loaded after jquery.digilib!"); } else { $.fn.digilib('plugin', plugin); }