Closed naggie closed 12 years ago
Re-arranging items in the playlist via drag and drop appears to make many requests to the server.
It might be loading the player.
jQuery sortable is used, which may be triggering click events.
switching to SM2 fixed this!
Re-arranging items in the playlist via drag and drop appears to make many requests to the server.
It might be loading the player.
jQuery sortable is used, which may be triggering click events.