Thank you for your donation!


Cloudsmith graciously provides open-source package management and distribution for our project.


Solved: Button clickable area off
#10
(02-11-2025, 03:10 PM)the_bertrum Wrote:
(02-11-2025, 11:12 AM)Tim Curtis Wrote: Try the usual suspects, browser cache etc

Yeah, tried all that even a fresh browser...

Must be something on my end, I'll keep faffing.

Verify that you actually have the fix, in case something went sideways with the wget.

Code:
pi@moode9:~ $ cat /var/www/snd-config.php | grep "cfgAudioDev"
$cfgAudioDev = sqlQuery("SELECT chipoptions, driver, drvoptions FROM cfg_audiodev WHERE name='" . $_SESSION['i2sdevice'] . "'", $dbh)[0];
       $_chip_btn_disable = (!empty($cfgAudioDev['chipoptions']) && $_SESSION['i2soverlay'] == 'None' && $i2sReboot === false) ? '' : 'disabled';
       $_chip_link_disable = (!empty($cfgAudioDev['chipoptions']) && $_SESSION['i2soverlay'] == 'None' && $i2sReboot === false) ? '' : 'onclick="return false;"';
if (!empty($cfgAudioDev['drvoptions']) && $_SESSION['i2soverlay'] == 'None' && $i2sReboot === false) {
       $_select['drvoptions'] .= "<option value=\"Enabled\" " . ((strpos($cfgAudioDev['driver'], $cfgAudioDev['drvoptions']) !== false) ? "selected" : "") . ">" . $cfgAudioDev['drvoptions'] . " Enabled</option>\n";
       $_select['drvoptions'] .= "<option value=\"Disabled\" " . ((strpos($cfgAudioDev['driver'], $cfgAudioDev['drvoptions']) === false) ? "selected" : "") . ">" . $cfgAudioDev['drvoptions'] . " Disabled</option>\n";
pi@moode9:~ $
Enjoy the Music!
moodeaudio.org | Mastodon Feed | GitHub
Reply


Messages In This Thread
Button clickable area off - by Sunfish - 02-10-2025, 01:05 PM
RE: Button clickable area off - by Tim Curtis - 02-10-2025, 04:39 PM
RE: Button clickable area off - by Tim Curtis - 02-10-2025, 07:48 PM
RE: Button clickable area off - by Sunfish - 02-11-2025, 08:19 AM
RE: Button clickable area off - by the_bertrum - 02-11-2025, 08:07 AM
RE: Button clickable area off - by the_bertrum - 02-11-2025, 09:36 AM
RE: Button clickable area off - by Tim Curtis - 02-11-2025, 11:12 AM
RE: Button clickable area off - by the_bertrum - 02-11-2025, 03:10 PM
RE: Button clickable area off - by Tim Curtis - 02-11-2025, 03:21 PM
RE: Button clickable area off - by the_bertrum - 02-11-2025, 05:27 PM
RE: Button clickable area off - by grumbleweed - 02-11-2025, 01:04 PM
RE: Button clickable area off - by the_bertrum - 02-11-2025, 05:29 PM
RE: Button clickable area off - by Tim Curtis - 02-11-2025, 06:32 PM
RE: Button clickable area off - by the_bertrum - 02-12-2025, 08:14 AM
RE: Button clickable area off - by the_bertrum - 02-12-2025, 09:35 AM
RE: Button clickable area off - by the_bertrum - 02-24-2025, 11:46 AM
RE: Button clickable area off - by Tim Curtis - 02-24-2025, 11:56 AM

Forum Jump: