truncate artist urls on display
This commit is contained in:
@@ -59,7 +59,7 @@
|
||||
$("#form").appendTo(dialog);
|
||||
dialog.dialog({
|
||||
title: "Edit tags",
|
||||
width: $(window).width() / 3,
|
||||
width: $(window).width() * 0.6,
|
||||
position: {
|
||||
my: "right",
|
||||
at: "right-20",
|
||||
|
||||
Reference in New Issue
Block a user