diff --git a/www/assets/js/util.js b/www/assets/js/util.js index 9f7f0d62..db1771e6 100644 --- a/www/assets/js/util.js +++ b/www/assets/js/util.js @@ -757,7 +757,6 @@ function handlePermissionChange() { $("#queue").removeClass("queue_sortable"); } - setVisible("#getplaylist", hasPermission("playlistgeturl")); setVisible("#clearplaylist", hasPermission("playlistclear")); setVisible("#shuffleplaylist", hasPermission("playlistshuffle")); @@ -1203,7 +1202,6 @@ function genPermissionsEditor() { makeOption("Queue livestream", "playlistaddlive", standard, CHANNEL.perms.playlistaddlive+""); makeOption("Add nontemporary media", "addnontemp", standard, CHANNEL.perms.addnontemp+""); makeOption("Temp/untemp playlist item", "settemp", standard, CHANNEL.perms.settemp+""); - makeOption("Retrieve playlist URLs", "playlistgeturl", standard, CHANNEL.perms.playlistgeturl+""); makeOption("Shuffle playlist", "playlistshuffle", standard, CHANNEL.perms.playlistshuffle+""); makeOption("Clear playlist", "playlistclear", standard, CHANNEL.perms.playlistclear+""); diff --git a/www/channel.html b/www/channel.html index bfd82492..835e28e6 100644 --- a/www/channel.html +++ b/www/channel.html @@ -156,13 +156,15 @@
-
- +
+ + +
diff --git a/www/channeloptions.html b/www/channeloptions.html index 6b37ce50..bb4aa2f6 100644 --- a/www/channeloptions.html +++ b/www/channeloptions.html @@ -1,5 +1,6 @@ -
+ +
Moderation Menu @@ -14,7 +15,6 @@
  • Ban List
  • Channel Ranks
  • Recent Connections
  • -
  • Hide Menu