home *** CD-ROM | disk | FTP | other *** search
/ Maximum CD 2011 October / maximum-cd-2011-10.iso / DiscContents / digsby_setup.exe / lib / plugins / msim / res / head.tenjin < prev    next >
Encoding:
Text File  |  2009-09-01  |  268 b   |  8 lines

  1. <script type="text/javascript">
  2.  
  3.     /* used to replace missing or BMP buddy icons with the default digsby one */
  4.     function imgError(img) {
  5.         img.onerror = "";
  6.         img.src = "${skin.get('buddiespanel.buddyicons.noicon').path.url()}";
  7.     }
  8. </script>