Don't like ads? PRO users don't see any ads ;-)
Guest

Untitled

By: a guest on Jan 13th, 2011  |  syntax: JavaScript  |  size: 0.45 KB  |  hits: 87  |  expires: Never
download  |  raw  |  embed  |  report abuse  |  print
This paste has a previous version, view the difference. Text below is selected. Please press Ctrl+C to copy to your clipboard. (⌘+C on Mac)
  1.     $(function() {
  2.         MB.Control.TagEditor($('#sidebar-tags'), "http://test.musicbrainz.org/artist/c7a5823a-5f9f-48ec-b034-e4ac261d5b6e/ajax/tag",
  3.             "http://test.musicbrainz.org/tag/",
  4.             '<a href="http://test.musicbrainz.org/artist/c7a5823a-5f9f-48ec-b034-e4ac261d5b6e/tags" title="Musicbrainz Test Artist HTML Sanitization&quot;'&gt;&lt;script&gt;alert(&quot;artist sort name&quot;)&lt;/script&gt;">more&hellip;</a>');
  5.    });