mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-08-27 07:22:57 +02:00
yweb: fix rc selection for cst
Origin commit data
------------------
Branch: ni/coolstream
Commit: 2f15dd1632
Author: vanhofen <vanhofen@gmx.de>
Date: 2021-05-16 (Sun, 16 May 2021)
Origin message was:
------------------
- yweb: fix rc selection for cst
------------------
No further description and justification available within origin commit message!
------------------
This commit was generated by Migit
This commit is contained in:
@@ -34,8 +34,14 @@ function do_init(){
|
|||||||
{
|
{
|
||||||
if (fb_options[i].value == val)
|
if (fb_options[i].value == val)
|
||||||
document.f.fb.selectedIndex = i;
|
document.f.fb.selectedIndex = i;
|
||||||
if (cst && i > 2+8)
|
if (cst)
|
||||||
fb_options[i].disabled = true;
|
{
|
||||||
|
// rc_cst_trinity_duo is the last cst rc in selection
|
||||||
|
if (val > {=var-get:_rc_cst_trinity_duo=})
|
||||||
|
val = {=var-get:_rc_auto=};
|
||||||
|
if (fb_options[i].value > {=var-get:_rc_cst_trinity_duo=})
|
||||||
|
fb_options[i].disabled = true;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
obj_set_radio_value('screenshot_rc', "{=ini-get:%(CONFIGDIR)/Y-Web.conf;screenshot_rc;false~cache=}");
|
obj_set_radio_value('screenshot_rc', "{=ini-get:%(CONFIGDIR)/Y-Web.conf;screenshot_rc;false~cache=}");
|
||||||
val = "{=ini-get:%(CONFIGDIR)/Y-Web.conf;start_page;bouquets~cache=}";
|
val = "{=ini-get:%(CONFIGDIR)/Y-Web.conf;start_page;bouquets~cache=}";
|
||||||
|
@@ -1,3 +1,3 @@
|
|||||||
version=2.9.0.50
|
version=2.9.0.51
|
||||||
date=16.05.2021
|
date=16.05.2021
|
||||||
info=NI-Neutrino
|
info=NI-Neutrino
|
||||||
|
Reference in New Issue
Block a user