mirror of
https://github.com/Yetangitu/ampache
synced 2025-10-04 02:09:23 +02:00
CSS trick to remove grid view
This commit is contained in:
parent
68a2f92102
commit
4ca86c15ac
27 changed files with 123 additions and 34 deletions
|
@ -413,7 +413,7 @@ function submitNewItemsOrder(itemId, tableid, rowPrefix, updateUrl, refreshActio
|
|||
function getPagePlaySettings() {
|
||||
var settings = '';
|
||||
var stg_subtitle = document.getElementById('play_setting_subtitle');
|
||||
if (stg_subtitle !== undefined) {
|
||||
if (stg_subtitle !== undefined && stg_subtitle !== null) {
|
||||
if (stg_subtitle.value != '') {
|
||||
settings += '&subtitle=' + stg_subtitle.value;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue